mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-22 02:21:40 +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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
- name: Run Tox
|
||||||
run: |
|
run: |
|
||||||
tox
|
tox
|
||||||
|
Loading…
Reference in New Issue
Block a user