Skip to content

Commit 577d3ca

Browse files
committed
remove -y option
1 parent 1a195a7 commit 577d3ca

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
@@ -131,7 +131,7 @@ commands:
131131
uv pip install .
132132
uv pip install -r ./test_requirements/requirements_optional.txt
133133
# Install Kaleido v1 instead of the default version
134-
uv pip uninstall -y kaleido
134+
uv pip uninstall kaleido
135135
uv pip install 'git+https://github.com/plotly/[email protected]#subdirectory=src/py'
136136
- run:
137137
name: List installed packages and python version

0 commit comments

Comments
 (0)