File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 working-directory : nexe
1717 - uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.9 ' # 'pipes' removed in Python 3.13, 'rU' mode unsupported in 3.11
2020 - run : node build
2121 working-directory : nexe
2222 - run : nexe/parpar --version
Original file line number Diff line number Diff line change 2121 working-directory : nexe
2222 # diagnose weird execution failure
2323 - run : |
24- "C:\Program Files\Git\usr\bin\sed" -i "s/child_process_1\.spawn/this.log.step('Executing ' + command + ' ' + args); \0/" node_modules/nexe/lib/compiler.js
24+ "C:\Program Files\Git\usr\bin\sed" "-i" "s/child_process_1\.spawn/this.log.step('Executing ' + command + ' ' + args); \0/" node_modules/nexe/lib/compiler.js
2525 working-directory: nexe
2626 - run : node build
2727 working-directory : nexe
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 working-directory : nexe
228228 - uses : actions/setup-python@v5
229229 with :
230- python-version : ' 3.11 '
230+ python-version : ' 3.9 ' # 'pipes' removed in Python 3.13, 'rU' mode unsupported in 3.11
231231 - run : node build
232232 working-directory : nexe
233233 - run : nexe/parpar --version
You can’t perform that action at this time.
0 commit comments