quote the version strings

This commit is contained in:
Rui Chen
2021-10-22 01:14:49 -04:00
parent e6620ddc5b
commit 40f0709bd6
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2