Install all modules for unittests.yml
This commit is contained in:
parent
ba3bb201cd
commit
d3e71ecb9b
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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
|
python ModuleUpdate.py --yes --force
|
||||||
- name: Unittests
|
- name: Unittests
|
||||||
run: |
|
run: |
|
||||||
pytest test
|
pytest test
|
||||||
|
|
Loading…
Reference in New Issue