From 0fc3153b2b5d11dba7bbd8bacc126d0c2185e442 Mon Sep 17 00:00:00 2001 From: ChrisDaunt1984 Date: Mon, 31 Jul 2023 10:50:58 +0200 Subject: [PATCH] updated test requirements --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index eb58d64..5bb5fe5 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -33,7 +33,7 @@ jobs: python -m pip install . - name: Install Test dependencies run: | - python -m pip install pytest coverage flake8 + python -m pip install pytest coverage flake8, pytest-cov - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names