parent
a3f5c8758e
commit
5d4dbfbe45
@ -5,16 +5,13 @@ jobs:
|
|||||||
Test:
|
Test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Python 3.10
|
- name: Install Python and pip
|
||||||
uses: https://github.com/actions/setup-python@v4
|
run: |
|
||||||
with:
|
apt update
|
||||||
python-version: 3.10
|
apt install -y python3-pip
|
||||||
|
whereis python3
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# - name: Install Python and pip
|
|
||||||
# run: |
|
|
||||||
# apt update
|
|
||||||
# apt install -y python3-pip
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user