From 8087d7c39e589303666b47326653eae0e59652a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 22 Dec 2023 11:04:49 +0100 Subject: [PATCH] ci: install test requirements for all --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e1217aa..4b262aa 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -42,13 +42,13 @@ jobs: python -m pip install coverage flake8 pytest # install base dependencies pip install . + pip install -r tests/requirements.txt # show installed packages pip freeze - name: Install extended dependencies if: matrix.deps == 'all' run: | pip install .[cli,gui] - pip install -r tests/requirements.txt - name: Lint with flake8 run: | flake8 --exclude _version.py .