Skip to content

Commit 54f6bf3

Browse files
committed
Explicitly run tox lint testenv
1 parent c2805f8 commit 54f6bf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/regression.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ jobs:
4747
pip install tox
4848
pip install tox-gh-actions
4949
- name: Run tox
50-
run: tox
50+
run: |
51+
tox -e lint
52+
tox

0 commit comments

Comments
 (0)