fix CI: jq install

This commit is contained in:
lichenblankie 2026-04-28 19:36:54 +00:00
parent e9e5681514
commit 9330e82eb5

View file

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