Skip to content

Commit 034c8b5

Browse files
committed
FIX: initialize repository in workflow
1 parent 7069292 commit 034c8b5

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
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Install memilio-simulation and Python packages
3434
run: |
35-
uv venv
35+
uv init
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

0 commit comments

Comments
 (0)