We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af46e25 commit 5ced43eCopy full SHA for 5ced43e
.circleci/config.yml
@@ -321,17 +321,16 @@ jobs:
321
uv venv
322
source .venv/bin/activate
323
uv pip install -r requirements.txt
324
+ cd ..
325
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
326
uv pip uninstall plotly
- cd ..
327
uv pip install -e .
328
uv pip install jupyter
329
cd plotly/labextension
330
npm ci
331
npm run build
332
- cd ../doc
+ cd ../..
333
fi
334
335
336
- run:
337
name: make html
0 commit comments