Skip to content

Commit

Permalink
Update PyInstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed May 9, 2024
1 parent 897c5c0 commit 825df37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PyInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install redwrench
shell: bash -l {0}
run: |
pip3 install .
pip3 install . --break-system-packages
- name: install PyInstaller
shell: bash -l {0}
run: |
pip3 install pyinstaller==6.6.0
pip3 install pyinstaller==6.6.0 --break-system-packages
- name: Build Pyinstaller .exe (macOS and Linux)
if: matrix.os != 'windows-latest'
shell: bash -l {0}
Expand Down

0 comments on commit 825df37

Please sign in to comment.