We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b5093 commit 010c8d4Copy full SHA for 010c8d4
.github/workflows/main.yml
@@ -37,12 +37,10 @@ jobs:
37
run: python -m pip install --upgrade pip setuptools virtualenv wheel
38
39
- name: Install dependencies
40
- run: python -m pip install --upgrade codecov tox
+ run: python -m pip install --upgrade codecov tox tox-py
41
42
- name: Run tox targets for ${{ matrix.python-version }}
43
- run: |
44
- ENV_PREFIX=$(tr -C -d "0-9" <<< "${{ matrix.python-version }}")
45
- TOXENV=$(tox --listenvs | grep "^py$ENV_PREFIX" | tr '\n' ',') tox
+ run: tox --py current
46
47
- name: Run extra tox targets
48
if: ${{ matrix.python-version == '3.9' }}
0 commit comments