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