Skip to content

Commit 279299f

Browse files
fix: update Python version to 3.11 on build notebooks CI (#96)
1 parent 6d921c4 commit 279299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: "0.9.5"
2222
- name: Set up Python
23-
run: uv python install
23+
run: uv python install 3.11
2424
- name: Convert and execute notebooks
2525
run: make convert-execute-notebooks
2626
- name: Upload notebooks as artifacts

0 commit comments

Comments
 (0)