Skip to content

Commit 2db382c

Browse files
authored
Upgrade to tox 4 (#508)
1 parent 6a0d2d9 commit 2db382c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip setuptools wheel
39-
python -m pip install --upgrade tox tox-py
39+
python -m pip install --upgrade 'tox>=4.0.0rc3'
4040
4141
- name: Run tox targets for ${{ matrix.python-version }}
42-
run: tox --py current
42+
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4343

4444
- name: Upload coverage data
4545
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)