Skip to content

Commit 1f03c4f

Browse files
committed
added geopandas to test job
1 parent 836fb6b commit 1f03c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install pytest .
34+
pip install pytest geopandas .
3535
- name: Test
3636
working-directory: ${{ github.workspace }}
3737
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install flake8 pep8-naming pytest .
21+
pip install flake8 pep8-naming pytest geopandas .
2222
- name: Lint and Test
2323
run: |
2424
flake8

0 commit comments

Comments
 (0)