From 2e9f6d620104bd28fb53ca6d48a19654fdd93c1b Mon Sep 17 00:00:00 2001 From: Christina Bukas <31160776+christinab12@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:41:43 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25a74cc3..3c45b11f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: pip install pytest-qt pip install pytest-xvfb pip install coverage - pip install -e --no-cache-dir ".[testing]" + pip install -e ".[testing]" pip install matplotlib working-directory: src/client @@ -97,7 +97,7 @@ jobs: pip install pytest pip install wheel pip install coverage - pip install -e --no-cache-dir ".[testing]" + pip install -e ".[testing]" working-directory: src/server - name: Test with pytest