We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836fb6b commit 1f03c4fCopy full SHA for 1f03c4f
.github/workflows/lint_and_test.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- pip install pytest .
+ pip install pytest geopandas .
35
- name: Test
36
working-directory: ${{ github.workspace }}
37
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
- pip install flake8 pep8-naming pytest .
+ pip install flake8 pep8-naming pytest geopandas .
22
- name: Lint and Test
23
24
flake8
0 commit comments