mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Explicitly run tox lint testenv
This commit is contained in:
parent
c2805f82e8
commit
54f6bf3f79
1 changed files with 3 additions and 1 deletions
4
.github/workflows/regression.yml
vendored
4
.github/workflows/regression.yml
vendored
|
@ -47,4 +47,6 @@ jobs:
|
|||
pip install tox
|
||||
pip install tox-gh-actions
|
||||
- name: Run tox
|
||||
run: tox
|
||||
run: |
|
||||
tox -e lint
|
||||
tox
|
||||
|
|
Loading…
Reference in a new issue