We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0a877 commit fdcd75dCopy full SHA for fdcd75d
.github/workflows/test.yml
@@ -202,7 +202,8 @@ jobs:
202
python-version: ${{ env[matrix.python-version] }}
203
architecture: 'x64'
204
- name: Install tox
205
- run: pip install tox
+ # TODO: Bump contrib tox to v4
206
+ run: pip install tox==3.27.1 -U tox-factor
207
- name: Cache tox environment
208
# Preserves .tox directory between runs for faster installs
209
uses: actions/cache@v2
0 commit comments