Skip to content

Commit 56433a7

Browse files
committed
Add jupyter to env before running npm run build
1 parent 5d0aa9c commit 56433a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
curl -LsSf https://astral.sh/uv/install.sh | sh
179179
uv venv
180180
source .venv/bin/activate
181-
uv pip install -e .
181+
uv pip install jupyter
182182
cd js
183183
npm ci
184184
npm run build

0 commit comments

Comments
 (0)