Skip to content

Commit 83cbb3d

Browse files
authored
Update publish-to-dafni.yaml
fix: python 3.10
1 parent 88f28d8 commit 83cbb3d

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.9
39+
python-version: 3.10
4040

4141
- name: Build the container
4242
run: |

0 commit comments

Comments
 (0)