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 16
16
working-directory : nexe
17
17
- uses : actions/setup-python@v5
18
18
with :
19
- python-version : ' 3.11 '
19
+ python-version : ' 3.9 ' # 'pipes' removed in Python 3.13, 'rU' mode unsupported in 3.11
20
20
- run : node build
21
21
working-directory : nexe
22
22
- run : nexe/parpar --version
Original file line number Diff line number Diff line change 21
21
working-directory : nexe
22
22
# diagnose weird execution failure
23
23
- 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
25
25
working-directory: nexe
26
26
- run : node build
27
27
working-directory : nexe
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227
227
working-directory : nexe
228
228
- uses : actions/setup-python@v5
229
229
with :
230
- python-version : ' 3.11 '
230
+ python-version : ' 3.9 ' # 'pipes' removed in Python 3.13, 'rU' mode unsupported in 3.11
231
231
- run : node build
232
232
working-directory : nexe
233
233
- run : nexe/parpar --version
You can’t perform that action at this time.
0 commit comments