From 2fb3d3b584d4419f61944b06ecb62f92e4772372 Mon Sep 17 00:00:00 2001 From: chris-langfield Date: Tue, 27 Feb 2024 16:09:52 +0000 Subject: [PATCH] install this package as well --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9a15ceb..7bb333c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,6 +26,7 @@ jobs: run: | pip install -r requirements.txt pip install pytest + pip install . - name: Test with pytest run: | pytest -v