From 9795f174a23fca3ba8f18830b6895c029ece1a5f Mon Sep 17 00:00:00 2001 From: Olivia Houghton Date: Fri, 24 Nov 2023 17:05:08 +0100 Subject: [PATCH] Run pytest as module --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6230365..a70769e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,4 +26,4 @@ jobs: run: | pip install poetry poetry install --with dev - pytest . + python -m pytest .