Skip to content

Commit 3e629d9

Browse files
committed
added flag for new python version in build jobs
1 parent 60763a0 commit 3e629d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- if: ${{ startsWith(matrix.os, 'windows') }}
3939
run: pip.exe install setuptools
4040
- if: ${{ ! startsWith(matrix.os, 'windows') }}
41-
run: python3 -m pip install setuptools
41+
run: python3 -m pip install setuptools --break-system-packages
4242
- run: npm install --ignore-scripts
4343
- run: npm run build-debug
4444
- run: npm test
@@ -83,7 +83,7 @@ jobs:
8383
- if: ${{ startsWith(matrix.os, 'windows') }}
8484
run: pip.exe install setuptools
8585
- if: ${{ ! startsWith(matrix.os, 'windows') }}
86-
run: python3 -m pip install setuptools
86+
run: python3 -m pip install setuptools --break-system-packages
8787
- run: npm install --ignore-scripts
8888
- run: ${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
8989
- run: ${{ env.ELECTRON_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)