Skip to content

Commit a6ee126

Browse files
committed
Fix passing python version to updated tox
1 parent c06ecdd commit a6ee126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install tox
3131
run: pip install tox
3232
- name: Run tests
33-
run: tox -e py${{ matrix.python }}
33+
run: tox -e py${{ replace(matrix.python, '.', '') }}
3434
- name: Run linters
3535
run: tox -e pre-commit
3636
- name: Run type checking

0 commit comments

Comments
 (0)