Skip to content

Commit a701cde

Browse files
committed
Missing quote, fixed
1 parent 48b36e1 commit a701cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
1919
strategy:
2020
matrix:
21-
python-version: ['3.8', 3.9', '3.10', '3.11', '3.12']
21+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2222
platform: [ubuntu-latest, macos-latest, windows-latest]
2323
exclude: # Only test on the oldest and latest supported stable Python on macOS and Windows.
2424
- platform: macos-latest

0 commit comments

Comments
 (0)