Skip to content

Commit 19789cb

Browse files
authored
Update publish-to-dafni.yaml
fix: quotation marks in python-version
1 parent 93ef37d commit 19789cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-dafni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-python@v3
3838
with:
39-
python-version: 3.10
39+
python-version: '3.10'
4040

4141
- name: Build the container
4242
run: |

0 commit comments

Comments
 (0)