Skip to content

Commit

Permalink
attempt to fix 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 27, 2023
1 parent b88af87 commit 453e58d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
# make typecheck
- name: Test with pytest
run: |
source $VENV
pytest tests -v --cov=./src/textual --cov-report=xml:./coverage.xml --cov-report term-missing
poetry run pytest tests -v --cov=./src/textual --cov-report=xml:./coverage.xml --cov-report term-missing
- name: Upload snapshot report
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 453e58d

Please sign in to comment.