Skip to content

Commit

Permalink
avoid tox?
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Dec 2, 2024
1 parent 9dccea9 commit f583171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ jobs:
python -c "import tox; print(f'tox {tox.__version__}')"
- name: Run tests
shell: bash -el {0}
run: tox -e py313-test
run: pytest -v --pyargs tests

0 comments on commit f583171

Please sign in to comment.