This commit is contained in:
parent
e536918c62
commit
e103763428
@ -5,15 +5,19 @@ jobs:
|
|||||||
Test:
|
Test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set up Python 3.10
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
with:
|
||||||
|
python-version: 3.10
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install Python and pip
|
# - name: Install Python and pip
|
||||||
run: |
|
# run: |
|
||||||
apt update
|
# apt update
|
||||||
apt install -y python3-pip
|
# apt install -y python3-pip
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install .
|
pip install .
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python -m unittest
|
run: python -m unittest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user