Skip to content

Commit 77263fd

Browse files
iurisilvioocelotl
authored andcommitted
Contrib tests still running on tox 3
1 parent 3d988dd commit 77263fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/test.yml

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

0 commit comments

Comments
 (0)