Skip to content

Commit fada8e8

Browse files
committed
Fix test pypi release
1 parent 88fcb7d commit fada8e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222

2323
- name: Install npm dependencies
2424
run: |
25+
curl -LsSf https://astral.sh/uv/install.sh | sh
26+
uv venv
27+
source .venv/bin/activate
28+
uv pip install jupyter
2529
cd js
2630
npm ci --verbose
2731
npm run build --verbose

0 commit comments

Comments
 (0)