Skip to content

Commit f9851ac

Browse files
committed
added geopandas to test job
1 parent 95a6b5a commit f9851ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.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 pytest coverage .
21+
pip install pytest coverage geopandas .
2222
- name: Coverage
2323
run: |
2424
coverage run -m pytest

0 commit comments

Comments
 (0)