Skip to content

Commit e5dc087

Browse files
committed
CHG: try CI python installation fix
1 parent 6501bbc commit e5dc087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Install memilio-simulation from the cloned repo (C++ extension, needs cmake/ninja)
3737
uv add --dev ./memilio/pycode/memilio-simulation
3838
# Install tutorial dependencies
39-
uv add marimo matplotlib pandas numpy pyabc[pyarrow] bayesflow tensorflow nbformat
39+
uv add -r requirements.txt -c requirements.txt
4040
4141
- name: Run tutorials and export to HTML
4242
run: |

0 commit comments

Comments
 (0)