Skip to content

Commit c66712d

Browse files
committed
put python version in quotes
1 parent 43ab49f commit c66712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: pipx install poetry
5656
- uses: actions/setup-python@v5
5757
with:
58-
python-version: 3.10
58+
python-version: '3.10'
5959
cache: "poetry"
6060
- run: poetry install
6161
- name: Semantic release

0 commit comments

Comments
 (0)