Skip to content

Commit 63e5e77

Browse files
committed
ci(fix): correctly quote the python version
1 parent 01506ca commit 63e5e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python 3.10
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.10
15+
python-version: "3.10"
1616

1717
- name: Install dependencies
1818
run: |
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python 3.10
4242
uses: actions/setup-python@v1
4343
with:
44-
python-version: 3.10
44+
python-version: "3.10"
4545

4646
- name: Install dependencies
4747
run: |

0 commit comments

Comments
 (0)