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
1 changed files with 1 additions and 1 deletions

View File

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