Skip to content

Commit fe8b92e

Browse files
committed
Remove unnecessary uninstall step
1 parent ffb2b25 commit fe8b92e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ jobs:
403403
curl -LsSf https://astral.sh/uv/install.sh | sh
404404
uv venv
405405
source .venv/bin/activate
406-
uv pip uninstall plotly
407406
uv pip install -r requirements.txt
408407
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
409408
uv pip uninstall plotly

0 commit comments

Comments
 (0)