fixed CI: --break-system-packages

This commit is contained in:
blankie 2026-04-28 19:33:38 +00:00
parent 70615977e1
commit 40bc5935d0

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