Skip to content

Commit

Permalink
Fix tox version for CI
Browse files Browse the repository at this point in the history
Fixes #3079
  • Loading branch information
ocelotl committed Dec 8, 2022
1 parent edf4d6c commit 691b844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
python-version: ${{ env[matrix.python-version] }}
architecture: 'x64'
- name: Install tox
run: pip install tox==3.27.1
run: pip install -U tox-factor
- name: Cache tox environment
# Preserves .tox directory between runs for faster installs
Expand Down

0 comments on commit 691b844

Please sign in to comment.