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 3beb48c commit bd29707Copy full SHA for bd29707
1 file changed
.circleci/config.yml
@@ -344,7 +344,7 @@ jobs:
344
curl -LsSf https://astral.sh/uv/install.sh | sh
345
uv venv
346
source .venv/bin/activate
347
- uv sync --extra dev_build
+ uv pip install -r requirements.txt
348
cd ..
349
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
350
uv pip uninstall plotly
@@ -475,4 +475,4 @@ workflows:
475
python_version:
476
- "3.12"
477
- python_311_percy
478
- - build-doc
+ - build-doc
0 commit comments