Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/asynchronous_inference/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -euxo pipefail

bash build.sh
uv pip install --system --no-cache-dir uv pip install -r python_depset.lock --system --no-deps --no-cache-dir --index-strategy unsafe-best-match
papermill "nbconvert==7.16.6" ipykernel
uv pip install -r python_depset.lock --system --no-deps --no-cache-dir --index-strategy unsafe-best-match
uv pip install --system --no-cache-dir papermill "nbconvert==7.16.6" ipykernel

# Notebook self-installs+starts redis (:6399) and serve.runs locally — just execute it.
jupyter nbconvert --to notebook "asynchronous-inference.ipynb" \
Expand Down
4 changes: 2 additions & 2 deletions tests/workspace-intro/tests.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail

pip install -q uv pip install -q --system emoji
papermill nbconvert==7.16.6 ipykernel
uv pip install -q --system emoji
pip install -q papermill nbconvert==7.16.6 ipykernel

# The notebook runs `my_repo/my_app.py` but never writes it — stub a real script.
mkdir -p my_repo
Expand Down
Loading