Skip to content

Commit ffb2b25

Browse files
committed
Remove flag that doesn't work for uv
1 parent 5981bfb commit ffb2b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ jobs:
403403
curl -LsSf https://astral.sh/uv/install.sh | sh
404404
uv venv
405405
source .venv/bin/activate
406-
uv pip uninstall -y plotly
406+
uv pip uninstall plotly
407407
uv pip install -r requirements.txt
408408
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
409-
uv pip uninstall -y plotly
409+
uv pip uninstall plotly
410410
cd ..
411411
uv pip install -e .
412412
cd js

0 commit comments

Comments
 (0)