ci: use pip with --root-user-action to suppress warnings
Some checks failed
Build / Upload to production (push) Failing after 47s
Some checks failed
Build / Upload to production (push) Failing after 47s
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
0bb5bc3634
commit
154d12e48a
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt --root-user-action
|
||||||
pip install pyinstaller
|
pip install pyinstaller --root-user-action
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: pyinstaller --onefile main.py
|
run: pyinstaller --onefile main.py
|
||||||
- name: Set up SSH key
|
- name: Set up SSH key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue