Skip to content

Commit

Permalink
Print networkx version in CI for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
donRumata03 committed Apr 22, 2024
1 parent f3d490c commit 94783b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
pip install .[docs]
pip install .[profilers]
pip install pytest-cov
- name: Print the installed version of networkx
run: pip show networkx | grep "Version"
- name: Test with pytest
run: |
pytest --cov=golem test/unit
Expand Down

0 comments on commit 94783b2

Please sign in to comment.