Skip to content

Commit

Permalink
Explicitly run tox lint testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jun 24, 2024
1 parent c2805f8 commit 54f6bf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:
pip install tox
pip install tox-gh-actions
- name: Run tox
run: tox
run: |
tox -e lint
tox

0 comments on commit 54f6bf3

Please sign in to comment.