Skip to content

Commit

Permalink
Dump pip and setuptools version during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Oct 29, 2021
1 parent ea5e0b8 commit 6be1831
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
python -m pip install --no-deps -e .
python -m pip install coveralls
python -m pip freeze
python -m pip --version
python -c 'import setuptools; print(f"setuptools=={setuptools.__version__}")'
- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit 6be1831

Please sign in to comment.