Skip to content

Commit

Permalink
Remove display of Python version in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thunn committed Jun 24, 2024
1 parent bee663f commit eb82e59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Display Python version
run: |
python -c "import sys; print(sys.version)"
- name: Run tests
run: |
pip install pytest
Expand Down

0 comments on commit eb82e59

Please sign in to comment.