Skip to content

Commit 549b457

Browse files
authored
Merge pull request #5146 from plotly/fix-test-pypi-release
Fix test pypi release
2 parents 88fcb7d + fada8e8 commit 549b457

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .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)