Skip to content

Commit 825df37

Browse files
authored
Update PyInstaller.yml
1 parent 897c5c0 commit 825df37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PyInstaller.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Install redwrench
2323
shell: bash -l {0}
2424
run: |
25-
pip3 install .
25+
pip3 install . --break-system-packages
2626
- name: install PyInstaller
2727
shell: bash -l {0}
2828
run: |
29-
pip3 install pyinstaller==6.6.0
29+
pip3 install pyinstaller==6.6.0 --break-system-packages
3030
- name: Build Pyinstaller .exe (macOS and Linux)
3131
if: matrix.os != 'windows-latest'
3232
shell: bash -l {0}

0 commit comments

Comments
 (0)