Skip to content

Commit

Permalink
use matrix version when running tox
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent a302519 commit e77dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install tox
- name: Run tests
run: tox --skip-env lint -v
run: tox -e ${{ matrix.python-version }} -v

- name: Run lint checks
run: tox -e lint -v

0 comments on commit e77dd54

Please sign in to comment.