Skip to content

Commit 1cca320

Browse files
committed
modify uv install instruction for consistency
1 parent a4f3da9 commit 1cca320

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
@@ -122,7 +122,7 @@ commands:
122122
curl -LsSf https://astral.sh/uv/install.sh | sh
123123
uv venv
124124
source .venv/bin/activate
125-
uv pip install .[dev_optional]
125+
uv sync --extra dev_optional
126126
# Install Kaleido v0 instead of the v1 specified in requirements_optional.txt
127127
uv pip uninstall kaleido
128128
uv pip install kaleido==0.2.1

0 commit comments

Comments
 (0)