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