fixed CI: --break-system-packages

This commit is contained in:
lichenblankie 2026-04-28 19:33:38 +00:00
parent 4fb5f2021c
commit 038c5a61d7

View file

@ -15,13 +15,8 @@ jobs:
- name: Set up Python - name: Set up Python
run: | run: |
apt-get update && apt-get install -y python3 python3-pip python3-venv apt-get update && apt-get install -y python3 python3-pip python3-venv
pip3 install -r requirements.txt pip3 install --break-system-packages -r requirements.txt
pip3 install pyinstaller pip3 install --break-system-packages pyinstaller
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pyinstaller
- name: Build with PyInstaller - name: Build with PyInstaller
run: | run: |