From d3e71ecb9be422bad597812ad458f61f7441ca85 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 9 Aug 2021 09:22:35 +0200 Subject: [PATCH] Install all modules for unittests.yml --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 29eedcb2b3..a4fe93e71b 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -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