Fix workflow: use --break-system-packages for pip
Some checks failed
/ build (push) Failing after 1m35s
Some checks failed
/ build (push) Failing after 1m35s
This commit is contained in:
parent
970135a39d
commit
421b60bbf0
1 changed files with 2 additions and 7 deletions
|
|
@ -15,13 +15,8 @@ jobs:
|
|||
- name: Set up Python
|
||||
run: |
|
||||
apt-get update && apt-get install -y python3 python3-pip python3-venv
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install pyinstaller
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install pyinstaller
|
||||
pip3 install --break-system-packages -r requirements.txt
|
||||
pip3 install --break-system-packages pyinstaller
|
||||
|
||||
- name: Build with PyInstaller
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue