We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0d2d9 commit 2db382cCopy full SHA for 2db382c
1 file changed
.github/workflows/main.yml
@@ -36,10 +36,10 @@ jobs:
36
- name: Install dependencies
37
run: |
38
python -m pip install --upgrade pip setuptools wheel
39
- python -m pip install --upgrade tox tox-py
+ python -m pip install --upgrade 'tox>=4.0.0rc3'
40
41
- name: Run tox targets for ${{ matrix.python-version }}
42
- run: tox --py current
+ run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
43
44
- name: Upload coverage data
45
uses: actions/upload-artifact@v3
0 commit comments