We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f3da9 commit 1cca320Copy full SHA for 1cca320
.circleci/config.yml
@@ -122,7 +122,7 @@ commands:
122
curl -LsSf https://astral.sh/uv/install.sh | sh
123
uv venv
124
source .venv/bin/activate
125
- uv pip install .[dev_optional]
+ uv sync --extra dev_optional
126
# Install Kaleido v0 instead of the v1 specified in requirements_optional.txt
127
uv pip uninstall kaleido
128
uv pip install kaleido==0.2.1
0 commit comments