parent
98fc39a5cd
commit
e536918c62
@ -13,7 +13,7 @@ jobs:
|
|||||||
apt install -y python3-pip
|
apt install -y python3-pip
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python3 -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