We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adab20 commit a650b15Copy full SHA for a650b15
1 file changed
.github/workflows/check-js-build.yml
@@ -25,7 +25,7 @@ jobs:
25
curl -LsSf https://astral.sh/uv/install.sh | sh
26
uv venv
27
source .venv/bin/activate
28
- uv pip install jupyter
+ uv pip install jupyterlab
29
cd js
30
npm ci
31
npm run build
0 commit comments