python is already installed i guess
This commit is contained in:
parent
d96b66aecd
commit
dcc1451a8c
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue