Fix workflow: use --break-system-packages for pip
Some checks failed
/ build (push) Failing after 1m35s

This commit is contained in:
lichenblankie 2026-04-28 19:33:38 +00:00
parent 970135a39d
commit 421b60bbf0

View file

@ -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: |