From 10c34ab43b260247d8ba6206d69f0b907d44cad3 Mon Sep 17 00:00:00 2001 From: Johannes Holland Date: Wed, 25 Jan 2023 17:23:48 +0100 Subject: [PATCH] github actions: fix import errors --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71ec4de..19def1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: #if: steps.cache-virtualenv.outputs.cache-hit != 'true' - name: Test - run: pytest + run: python -m pytest linters: runs-on: ubuntu-latest