update daily yaml file use apt-get
This commit is contained in:
parent
4ab1398619
commit
d96b66aecd
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ jobs:
|
|||
|
||||
- name: Install Git and Python
|
||||
run: |
|
||||
apk update
|
||||
apk add --no-cache git python3 py3-pip
|
||||
apt-get install python3 && apt-get install python3-pip
|
||||
ln -sf python3 /usr/bin/python
|
||||
python --version
|
||||
pip3 --version
|
||||
|
|
Loading…
Add table
Reference in a new issue