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 53c4770 commit 2468eddCopy full SHA for 2468edd
.circleci/config.yml
@@ -61,9 +61,9 @@ commands:
61
cd js
62
npm ci
63
npm run build
64
-
+
65
- when:
66
- condition:
+ condition:
67
not:
68
equal:
69
- <<parameters.pandas_version>>
@@ -387,13 +387,13 @@ jobs:
387
# For the API doc, we need to use the local version of plotly
388
# since we are tweaking the source because of
389
# graph_objs/graph_objects
390
+ uv pip uninstall plotly
391
+ cd ..
392
+ uv pip install -e .
393
+ cd doc
394
+ cd apidoc
395
+ make html
396
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
- uv pip uninstall plotly
- cd ..
- uv pip install -e .
- cd doc
- cd apidoc
- make html
397
cd _build/html
398
touch .nojekyll
399
git init
0 commit comments