Just use apt-get
This commit is contained in:
parent
b5a972b2aa
commit
0f90b9ca49
|
@ -14,9 +14,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up python
|
- name: Setting up python
|
||||||
uses: actions/setup-python@v5
|
run: |
|
||||||
with:
|
apt-get update
|
||||||
python-version: '3.11'
|
apt-get install -y python python-pip
|
||||||
- name: Installing dependencies
|
- name: Installing dependencies
|
||||||
run: python -m pip install --upgrade pip setuptools wheel pytest
|
run: python -m pip install --upgrade pip setuptools wheel pytest
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
@ -30,9 +30,9 @@ jobs:
|
||||||
needs: [test]
|
needs: [test]
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up python
|
- name: Setting up python
|
||||||
uses: actions/setup-python@v5
|
run: |
|
||||||
with:
|
apt-get update
|
||||||
python-version: '3.x'
|
apt-get install -y python python-pip
|
||||||
- name: Installing dependencies
|
- name: Installing dependencies
|
||||||
run: python -m pip install --upgrade pip setuptools wheel build twine
|
run: python -m pip install --upgrade pip setuptools wheel build twine
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
Loading…
Reference in New Issue
Block a user