Skip to content

Commit 6e7df7c

Browse files
committed
install jupyterlab instead of jupyter
1 parent 2b66470 commit 6e7df7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-js-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
curl -LsSf https://astral.sh/uv/install.sh | sh
2626
uv venv
2727
source .venv/bin/activate
28-
uv pip install jupyter
28+
uv pip install jupyterlab
2929
cd js
3030
npm ci
3131
npm run build

0 commit comments

Comments
 (0)