mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-22 13:40:19 +00:00
Fixed up test
This commit is contained in:
parent
a8bc468e21
commit
6599e210de
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@ -28,6 +28,6 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 pytest
|
pip install flake8 pytest
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: Test with pytest
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
pytest
|
make test
|
||||||
|
Loading…
Reference in New Issue
Block a user