From 7bf1d20d522b108f39bd1c4a2a440088424354d0 Mon Sep 17 00:00:00 2001 From: Cap Date: Tue, 16 Jan 2024 20:00:51 +0100 Subject: [PATCH] Update tests --- .github/workflows/python-package.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a10f412..b85119d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -37,13 +37,12 @@ jobs: powershell cache-environment: true post-cleanup: 'all' - - name: Install dependencies + - name: Install flake8 and pytest run: | python -m pip install --upgrade pip python -m pip install flake8 pytest python -m pip install flake8 pytest-cov python -m pip install -e . - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names