We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897c5c0 commit 825df37Copy full SHA for 825df37
.github/workflows/PyInstaller.yml
@@ -22,11 +22,11 @@ jobs:
22
- name: Install redwrench
23
shell: bash -l {0}
24
run: |
25
- pip3 install .
+ pip3 install . --break-system-packages
26
- name: install PyInstaller
27
28
29
- pip3 install pyinstaller==6.6.0
+ pip3 install pyinstaller==6.6.0 --break-system-packages
30
- name: Build Pyinstaller .exe (macOS and Linux)
31
if: matrix.os != 'windows-latest'
32
0 commit comments