Skip to content

Commit

Permalink
Contrib tests still running on tox 3
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Jan 7, 2024
1 parent 3a0a877 commit fdcd75d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ jobs:
python-version: ${{ env[matrix.python-version] }}
architecture: 'x64'
- name: Install tox
run: pip install tox
# TODO: Bump contrib tox to v4
run: pip install tox==3.27.1 -U tox-factor
- name: Cache tox environment
# Preserves .tox directory between runs for faster installs
uses: actions/cache@v2
Expand Down

0 comments on commit fdcd75d

Please sign in to comment.