File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
- if : ${{ startsWith(matrix.os, 'windows') }}
39
39
run : pip.exe install setuptools
40
40
- if : ${{ ! startsWith(matrix.os, 'windows') }}
41
- run : python3 -m pip install setuptools --break-system-packages
41
+ run : python3 -m pip install --break-system-packages setuptools
42
42
- run : npm install --ignore-scripts
43
43
- run : npm run build-debug
44
44
- run : npm test
83
83
- if : ${{ startsWith(matrix.os, 'windows') }}
84
84
run : pip.exe install setuptools
85
85
- if : ${{ ! startsWith(matrix.os, 'windows') }}
86
- run : python3 -m pip install setuptools --break-system-packages
86
+ run : python3 -m pip install --break-system-packages setuptools
87
87
- run : npm install --ignore-scripts
88
88
- run : ${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
89
89
- run : ${{ env.ELECTRON_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments