Skip to content

Commit 03bbeb2

Browse files
committed
Contrib tests still running on tox 3
1 parent 3942fee commit 03bbeb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ jobs:
205205
python-version: ${{ env[matrix.python-version] }}
206206
architecture: 'x64'
207207
- name: Install tox
208-
run: pip install tox
208+
# TODO: Bump contrib tox to v4
209+
run: pip install tox==3.27.1 -U tox-factor
209210
- name: Cache tox environment
210211
# Preserves .tox directory between runs for faster installs
211212
uses: actions/cache@v2

0 commit comments

Comments
 (0)