mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-21 18:23:40 +02:00
Upgrade all Tox dependencies before running Tox.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user