fixed CI: Docker in container
This commit is contained in:
parent
1e6bada5c8
commit
30d7b5719a
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ jobs:
|
|||
|
||||
- name: Set up Python
|
||||
run: |
|
||||
apt-get update && apt-get install -y python3 python3-pip python3-venv jq
|
||||
apt-get update && apt-get install -y python3 python3-pip python3-venv jq curl
|
||||
curl -fsSL https://get.docker.com | sh
|
||||
pip3 install --break-system-packages -r requirements.txt
|
||||
pip3 install --break-system-packages pyinstaller
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue