Skip to content

Commit 74724a5

Browse files
committed
Update paths and build for CI
1 parent 23dad18 commit 74724a5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ commands:
5858
source .venv/bin/activate
5959
uv pip install .
6060
uv pip install -r ./test_requirements/requirements_optional.txt
61-
cd js
61+
cd plotly/labextension
6262
npm ci
6363
npm run build
6464
@@ -275,7 +275,8 @@ jobs:
275275
command: |
276276
python -m venv venv
277277
. venv/bin/activate
278-
cd js
278+
uv pip install jupyter
279+
cd plotly/labextension
279280
npm ci
280281
npm run build
281282
git status
@@ -323,7 +324,8 @@ jobs:
323324
uv pip uninstall plotly
324325
cd ..
325326
uv pip install -e .
326-
cd js
327+
uv pip install jupyter
328+
cd plotly/labextension
327329
npm ci
328330
npm run build
329331
cd ../doc

0 commit comments

Comments
 (0)