parent
5d4dbfbe45
commit
8b3af691f1
@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
/usr/bin/python3 -m pip install --upgrade pip
|
||||||
pip install .
|
/usr/bin/python3 -m pip install .
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python -m unittest
|
run: /usr/bin/python3 -m unittest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user