Skip to content

Commit 5dd1580

Browse files
committed
use dev_build extra rather than installing package manually, for consistency
1 parent 2f59bd1 commit 5dd1580

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
run: |
5050
uv venv
5151
source .venv/bin/activate
52-
uv pip install jupyterlab
52+
# 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
5355
cd js
5456
npm ci
5557
npm run build

0 commit comments

Comments
 (0)