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 3942fee commit 03bbeb2Copy full SHA for 03bbeb2
.github/workflows/test.yml
@@ -205,7 +205,8 @@ jobs:
205
python-version: ${{ env[matrix.python-version] }}
206
architecture: 'x64'
207
- name: Install tox
208
- run: pip install tox
+ # TODO: Bump contrib tox to v4
209
+ run: pip install tox==3.27.1 -U tox-factor
210
- name: Cache tox environment
211
# Preserves .tox directory between runs for faster installs
212
uses: actions/cache@v2
0 commit comments