Skip to content

Commit 1db6c81

Browse files
committed
Add js build to CI
1 parent 1260612 commit 1db6c81

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ commands:
2525
curl -LsSf https://astral.sh/uv/install.sh | sh
2626
uv venv
2727
source .venv/bin/activate
28+
uv pip install jupyter
29+
cd js
30+
npm ci
31+
npm run build
32+
cd ..
2833
uv pip install .
2934
uv pip install -r ./test_requirements/requirements_core.txt
3035
- run:
@@ -56,6 +61,11 @@ commands:
5661
curl -LsSf https://astral.sh/uv/install.sh | sh
5762
uv venv
5863
source .venv/bin/activate
64+
uv pip install jupyter
65+
cd js
66+
npm ci
67+
npm run build
68+
cd ..
5969
uv pip install .
6070
uv pip install -r ./test_requirements/requirements_optional.txt
6171
cd js

0 commit comments

Comments
 (0)