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 1260612 commit 1db6c81Copy full SHA for 1db6c81
.circleci/config.yml
@@ -25,6 +25,11 @@ commands:
25
curl -LsSf https://astral.sh/uv/install.sh | sh
26
uv venv
27
source .venv/bin/activate
28
+ uv pip install jupyter
29
+ cd js
30
+ npm ci
31
+ npm run build
32
+ cd ..
33
uv pip install .
34
uv pip install -r ./test_requirements/requirements_core.txt
35
- run:
@@ -56,6 +61,11 @@ commands:
56
61
57
62
58
63
64
65
66
67
68
59
69
60
70
uv pip install -r ./test_requirements/requirements_optional.txt
71
cd js
0 commit comments