python is already installed i guess

This commit is contained in:
Brendan McDevitt 2025-04-17 10:13:36 -05:00
parent d96b66aecd
commit dcc1451a8c

View file

@ -28,13 +28,6 @@ jobs:
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
- name: Install Git and Python
run: |
apt-get install python3 && apt-get install python3-pip
ln -sf python3 /usr/bin/python
python --version
pip3 --version
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip