Upgrade to tox 4

This commit is contained in:
Adam Johnson 2022-12-06 18:04:00 +00:00
parent d5fbdfc4cb
commit 3b0e16864f

View File

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade tox tox-py
python -m pip install --upgrade 'tox>=4.0.0rc3'
- name: Run tox targets for ${{ matrix.python-version }}
run: tox --py current
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)