Skip to content

Commit 5981bfb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ jobs:
482482
# since we are tweaking the source because of
483483
# graph_objs/graph_objects
484484
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
485-
uv pip uninstall -y plotly
485+
uv pip uninstall plotly
486486
cd ..
487487
uv pip install -e .
488488
cd doc

0 commit comments

Comments
 (0)