Skip to content

Commit bd29707

Browse files
committed
installing dependencies for building docs
1 parent 3beb48c commit bd29707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
curl -LsSf https://astral.sh/uv/install.sh | sh
345345
uv venv
346346
source .venv/bin/activate
347-
uv sync --extra dev_build
347+
uv pip install -r requirements.txt
348348
cd ..
349349
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
350350
uv pip uninstall plotly
@@ -475,4 +475,4 @@ workflows:
475475
python_version:
476476
- "3.12"
477477
- python_311_percy
478-
- build-doc
478+
- build-doc

0 commit comments

Comments
 (0)