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
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip