PYTHON3
This commit is contained in:
parent
0f90b9ca49
commit
8592fdde51
|
@ -16,9 +16,9 @@ jobs:
|
|||
- name: Setting up python
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y python python-pip
|
||||
apt-get install -y python3 python3-pip
|
||||
- name: Installing dependencies
|
||||
run: python -m pip install --upgrade pip setuptools wheel pytest
|
||||
run: python3 -m pip install --upgrade pip setuptools wheel pytest
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build
|
||||
|
@ -32,9 +32,9 @@ jobs:
|
|||
- name: Setting up python
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y python python-pip
|
||||
apt-get install -y python3 python3-pip
|
||||
- name: Installing dependencies
|
||||
run: python -m pip install --upgrade pip setuptools wheel build twine
|
||||
run: python3 -m pip install --upgrade pip setuptools wheel build twine
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in New Issue
Block a user