There was an error while loading. Please reload this page.
1 parent 2f59bd1 commit 5dd1580Copy full SHA for 5dd1580
1 file changed
.github/workflows/check-js-build.yml
@@ -49,7 +49,9 @@ jobs:
49
run: |
50
uv venv
51
source .venv/bin/activate
52
- uv pip install jupyterlab
+ # Technically, we only need the `jupyterlab` package, but using the dev_build extra
53
+ # keeps build behavior consistent across all CI jobs
54
+ uv sync --extra dev_build
55
cd js
56
npm ci
57
npm run build
0 commit comments