File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments