Skip to content

Commit b3509b0

Browse files
committed
💚 Fix CI Python version
1 parent b3bdcd5 commit b3509b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
19+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)