Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7b1cd62

Browse files
committed
CI/CD: Fixed missing "
1 parent a941248 commit 7b1cd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Run tests
3434
run: |
3535
PYTHON_VERSION=${{ matrix.python-version }}
36-
TOX_ENV="py${PYTHON_VERSION//./}
36+
TOX_ENV="py${PYTHON_VERSION//./}"
3737
tox -e $TOX_ENV

0 commit comments

Comments
 (0)