We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4041c2a commit fbf6b7dCopy full SHA for fbf6b7d
.github/workflows/test.yml
@@ -46,8 +46,7 @@ jobs:
46
python-version: ${{ env[matrix.python-version] }}
47
architecture: 'x64'
48
- name: Install tox
49
- run: pip install tox==3.27.1
50
- run: pip install -U tox-factor
+ run: pip install tox==3.27.1 -U tox-factor
51
- name: Cache tox environment
52
# Preserves .tox directory between runs for faster installs
53
uses: actions/cache@v2
0 commit comments