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.
2 parents 79266bc + a2b3fd6 commit 6571bc0Copy full SHA for 6571bc0
3 files changed
.github/workflows/tox-test.yml
@@ -57,7 +57,9 @@ jobs:
57
- name: Install Tox
58
run: pip install tox
59
- name: Test on ${{ matrix.python-version }}
60
- run: tox -e "py${{ matrix.python-version }}"
+ run: |
61
+ PY_VER=${{ matrix.python-version }}
62
+ tox -e "py${PY_VER//./}"
63
coverage:
64
runs-on: ubuntu-latest
65
steps:
0 commit comments