update daily yaml file use apt-get

This commit is contained in:
Brendan McDevitt 2025-04-17 10:09:47 -05:00
parent 4ab1398619
commit d96b66aecd

View file

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