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 23dad18 commit 74724a5Copy full SHA for 74724a5
.circleci/config.yml
@@ -58,7 +58,7 @@ commands:
58
source .venv/bin/activate
59
uv pip install .
60
uv pip install -r ./test_requirements/requirements_optional.txt
61
- cd js
+ cd plotly/labextension
62
npm ci
63
npm run build
64
@@ -275,7 +275,8 @@ jobs:
275
command: |
276
python -m venv venv
277
. venv/bin/activate
278
+ uv pip install jupyter
279
280
281
282
git status
@@ -323,7 +324,8 @@ jobs:
323
324
uv pip uninstall plotly
325
cd ..
326
uv pip install -e .
327
328
329
330
331
cd ../doc
0 commit comments