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 5981bfb commit ffb2b25Copy full SHA for ffb2b25
.circleci/config.yml
@@ -403,10 +403,10 @@ jobs:
403
curl -LsSf https://astral.sh/uv/install.sh | sh
404
uv venv
405
source .venv/bin/activate
406
- uv pip uninstall -y plotly
+ uv pip uninstall plotly
407
uv pip install -r requirements.txt
408
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
409
410
cd ..
411
uv pip install -e .
412
cd js
0 commit comments