From d8b71dd55a273898c0fce3f9d44b8564ac1bd277 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Wed, 24 Mar 2021 21:40:05 +0100 Subject: [PATCH] Fix requirements installation in pytest workflow --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 830b578..707321d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,6 +16,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install . pip install pytest - name: Run Unittests with pytest run: |