infrastructure: Stricter tox dependensies (#8119)

This commit is contained in:
Anton
2020-12-12 08:08:15 -08:00
committed by GitHub
parent 902739cfc3
commit cf1051cfba
3 changed files with 16 additions and 11 deletions

View File

@@ -165,7 +165,10 @@ jobs:
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- run: pip install tox
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- run: tox -e linting
deploy: