Pin tox version (#1480)

This commit is contained in:
Srikanth Chekuri
2022-12-09 04:09:48 +05:30
committed by GitHub
parent 25a6535f26
commit fc738c04a6
3 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ jobs:
with:
python-version: ${{ env[matrix.python-version] }}
- name: Install tox
run: pip install -U tox-factor
run: pip install tox==3.27.1 tox-factor
- name: Cache tox environment
# Preserves .tox directory between runs for faster installs
uses: actions/cache@v1
@ -107,7 +107,7 @@ jobs:
with:
python-version: 3.9
- name: Install tox
run: pip install -U tox
run: pip install tox==3.27.1
- name: Install libsnappy-dev
if: ${{ matrix.tox-environment == 'lint' }}
run: sudo apt-get install -y libsnappy-dev