Skip to content

Commit c1450ad

Browse files
committed
fix: try 3 re-enabling windows ui build automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent be971a3 commit c1450ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: npm ci # change this to npm, pnpm or bun depending on which one you use.
6969

7070
- name: prep interpreter
71-
run: npm run prep-interpreter-from-scratch
71+
run: npm run prep-interpreter-from-scratch-gha
7272

7373
- name: Install wget for Windows
7474
if: matrix.os == 'windows-latest'

pdl-live-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"view": "npm run pdl view",
2424
"prep-interpreter": "if [ ! -d .venv ]; then npm run prep-interpreter-from-scratch; fi",
2525
"prep-interpreter-from-scratch": "python3.12 -mvenv .venv && npm run reprep-interpreter",
26+
"prep-interpreter-from-scratch-gha": "python -mvenv .venv && npm run reprep-interpreter",
2627
"reprep-interpreter": ". .venv/bin/activate && pip install -e .. && pip freeze > .venv/requirements.txt",
2728
"start": "npm run prep-interpreter && npm run tauri dev"
2829
},

0 commit comments

Comments
 (0)