Skip to content

Commit

Permalink
try change cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Mar 11, 2025
1 parent 0e8da02 commit 0b716f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install https://github.com/francbartoli/pygeoapi/archive/refs/heads/feature/pydantic-v2.zip
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ dev = [
rise-edr = { workspace = true }

[tool.pyright]
# we can't resolve shapely from source so we need to just disable this check
reportMissingModuleSource = false

0 comments on commit 0b716f6

Please sign in to comment.