Skip to content

Commit

Permalink
feat: Get Geopandas debugging information
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Jan 30, 2023
1 parent 4d67c50 commit c6b3e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ jobs:
shell: bash
if: ${{ startsWith(runner.os, 'Windows') }}

- name: Get Geopandas versions for debugging purposes
run: poetry run python -c 'import geopandas; geopandas.show_versions()'
working-directory: flooding/sentinel2_water_extraction

- name: Run test
run:
poetry run jupyter nbconvert --debug --execute --inplace --to=notebook
Expand Down

0 comments on commit c6b3e93

Please sign in to comment.