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 007379d commit f070bf1Copy full SHA for f070bf1
.circleci/config.yml
@@ -383,15 +383,13 @@ jobs:
383
name: make doc
384
command: |
385
cd doc
386
- python -m venv venv
387
- source venv/bin/activate
388
- pip install -r requirements.txt
+ source .venv/bin/activate
389
# For the API doc, we need to use the local version of plotly
390
# since we are tweaking the source because of
391
# graph_objs/graph_objects
392
- pip uninstall -y plotly
+ uv pip uninstall plotly
393
cd ..
394
- pip install -e .
+ uv pip install -e .
395
396
cd apidoc
397
make html
0 commit comments