From 8bd6925128ba16f964e0db1d84b38ae1b15d03f0 Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Thu, 19 Oct 2023 15:19:28 +0200 Subject: [PATCH] pytest missing --- .github/workflows/pytest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index d169d51..3a3d2f5 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -28,6 +28,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pytest - name: Run tests run: pytest \ No newline at end of file