This commit is contained in:
@@ -18,9 +18,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip3 install -r requirements.txt 2>&1 || pip install -r requirements.txt 2>&1
|
pip3 install -r requirements.txt
|
||||||
pip3 install pytest 2>&1 || pip install pytest 2>&1
|
pip3 install pytest
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest3 tests/ -v 2>&1 || pytest tests/ -v 2>&1
|
pytest3 tests/ -v
|
||||||
Reference in New Issue
Block a user