Skip to content

Commit ac18f55

Browse files
committed
Fix Python version for GitHub Action
1 parent 06fcaa6 commit ac18f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Python 3.10
6565
uses: actions/setup-python@v1
6666
with:
67-
python-version: 3.10
67+
python-version: '3.10'
6868

6969
- name: Publish
7070
run: |

0 commit comments

Comments
 (0)