fixed CI: install jq for release
This commit is contained in:
parent
038c5a61d7
commit
1e6bada5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ 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 jq
|
||||||
pip3 install --break-system-packages -r requirements.txt
|
pip3 install --break-system-packages -r requirements.txt
|
||||||
pip3 install --break-system-packages pyinstaller
|
pip3 install --break-system-packages pyinstaller
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue