mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Upgrade all Tox dependencies before running Tox.
This commit is contained in:
parent
93f0692444
commit
c50cc040c2
2
.github/workflows/tox.yaml
vendored
2
.github/workflows/tox.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install codecov coveralls flake8 mypy pylint tox vulture
|
||||
pip install -U codecov coveralls flake8 mypy pylint tox vulture
|
||||
- name: Run Tox
|
||||
run: |
|
||||
tox
|
||||
|
Loading…
Reference in New Issue
Block a user