Skip to content

Commit

Permalink
show installed version before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed May 17, 2024
1 parent fa88078 commit 1d05673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

- name: Test notebooks
run: |
ipython -c "import osmnx; print(osmnx.__version__)"
cd ./notebooks
rm -r -f *.py
jupyter nbconvert --to python *.ipynb
Expand Down

0 comments on commit 1d05673

Please sign in to comment.