Upgrade all Tox dependencies before running Tox.

This commit is contained in:
Joe Testa 2022-10-10 21:06:03 -04:00
parent 93f0692444
commit c50cc040c2

View File

@ -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