This commit is contained in:
Adam Johnson 2022-12-08 00:57:23 +00:00
parent bb0aa1fbca
commit b4eb5c6f9f

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>=4.0.0rc4'
python -m pip install --upgrade tox
- name: Run tox targets for ${{ matrix.python-version }}
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)