From 61f90f9b077f6b169de2db70a7b8d91534eff2a6 Mon Sep 17 00:00:00 2001 From: Arthur Loureiro Date: Fri, 8 Dec 2023 13:48:39 +0100 Subject: [PATCH] added pytest install in CI again --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6e6da13..e6081a2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -74,6 +74,7 @@ jobs: shell: bash -l {0} run: | python -m pip install --upgrade pip + python -m pip install pytest python -m pip install . # Perform the unit test and outputs a coverage report