You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/reusable_run_notebook.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ permissions:
26
26
jobs:
27
27
run-notebook:
28
28
name: Run notebook
29
-
runs-on: ubuntu-latest
29
+
runs-on: ubuntu-latest-16-cores # Note that as of writing we need the additional storage page (14 gb of the ubunut-latest runner is not enough).
30
30
container:
31
31
image: rerunio/ci_docker:0.14.0 # Required to run the wheel or we get "No matching distribution found for attrs>=23.1.0" during `pip install rerun-sdk`
32
32
steps:
@@ -59,7 +59,7 @@ jobs:
59
59
- name: Install built wheel
60
60
run: |
61
61
pixi run python scripts/ci/pixi_install_wheel.py --feature python-pypi --package rerun-sdk --dir wheel
62
-
pixi run python scripts/ci/pixi_install_wheel.py --feature python-pypi --package rerun-notebook --dir wheel
0 commit comments