fixed CI: --break-system-packages
This commit is contained in:
parent
4fb5f2021c
commit
038c5a61d7
1 changed files with 2 additions and 7 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue