diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index a85de5c..de8b271 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 78ada5c..3b8d7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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