Skip to content

Commit c22a22f

Browse files
committed
Fix failing tests
1 parent 3ff4bba commit c22a22f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: [3.10, 3.11, 3.12]
28+
python-version: ["3.10", 3.11, 3.12]
2929

3030
steps:
3131
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)