Skip to content

Commit 3526358

Browse files
committed
Double quotes on Python version
1 parent 87bc4e6 commit 3526358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v2
3838
- uses: actions/setup-python@v2
3939
with:
40-
python-version: 3.10
40+
python-version: "3.10"
4141

4242
- name: Coverage report
4343
run: |

0 commit comments

Comments
 (0)