We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06ecdd commit a6ee126Copy full SHA for a6ee126
1 file changed
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install tox
31
run: pip install tox
32
- name: Run tests
33
- run: tox -e py${{ matrix.python }}
+ run: tox -e py${{ replace(matrix.python, '.', '') }}
34
- name: Run linters
35
run: tox -e pre-commit
36
- name: Run type checking
0 commit comments