Skip to content

Commit

Permalink
add geopandas to test
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Alica committed Nov 20, 2024
1 parent d2c006b commit 433f12b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,23 @@ jobs:
uses: snok/install-poetry@v1

#----------------------------------------------
# add only pytest for tests (not the full dev dependencies to avoid installing spyder)
# add only pytest for tests (not the full dev dependencies)
#----------------------------------------------
- name: Add pytest
run: poetry run pip install pytest

#----------------------------------------------
# add only pytest-cov for tests (not the full dev dependencies to avoid installing spyder)
# add only pytest-cov for tests (not the full dev dependencies)
#----------------------------------------------
- name: Add pytest-cov
run: poetry run pip install pytest-cov

#----------------------------------------------
# add only geopandas for tests (not the full dev dependencies)
#----------------------------------------------
- name: Add geopandas
run: poetry run pip install geopandas

#----------------------------------------------
# run test suite
#----------------------------------------------
Expand Down

0 comments on commit 433f12b

Please sign in to comment.