Install all modules for unittests.yml
This commit is contained in:
parent
ba3bb201cd
commit
d3e71ecb9b
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
python ModuleUpdate.py --yes --force
|
||||
- name: Unittests
|
||||
run: |
|
||||
pytest test
|
||||
|
|
Loading…
Reference in New Issue