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 60ada7c commit ebd06f8Copy full SHA for ebd06f8
.circleci/config.yml
@@ -39,9 +39,10 @@ commands:
39
- run:
40
name: Install dependencies
41
command: |
42
- python -m venv venv
43
- . venv/bin/activate
44
- pip install -e .
+ curl -LsSf https://astral.sh/uv/install.sh | sh
+ uv venv
+ source .venv/bin/activate
45
+ uv pip install .
46
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
47
cd js
48
npm ci
0 commit comments