Install all modules for unittests.yml

This commit is contained in:
Fabian Dill
2021-08-09 09:22:35 +02:00
committed by Fabian Dill
parent ba3bb201cd
commit d3e71ecb9b

View File

@@ -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