Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Alica committed Nov 20, 2024
1 parent f8469fa commit 3995430
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1

#----------------------------------------------
# install dependencies if cache does not exist
#----------------------------------------------
- name: Install dependencies
run: poetry install --no-interaction --without dev

#----------------------------------------------
# add only pytest for tests (not the full dev dependencies)
#----------------------------------------------
Expand All @@ -40,12 +46,6 @@ jobs:
- 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 3995430

Please sign in to comment.