Skip to content

Commit

Permalink
ci(tests): Print python -V
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 2, 2022
1 parent 2719672 commit a6f5949
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Lint with flake8
run: poetry run flake8

- name: Print python versions
run: |
python -V
poetry run python -V
- name: Test with pytest
run: poetry run py.test --cov=./ --cov-report=xml

Expand Down

0 comments on commit a6f5949

Please sign in to comment.