Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fada8e8

Browse files
committedApr 17, 2025·
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

Lines changed: 4 additions & 0 deletions
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)
Please sign in to comment.