From d08668cc228156ed95bf81271138725e1e697091 Mon Sep 17 00:00:00 2001 From: Calum Macdonald Date: Tue, 26 Sep 2023 11:43:06 +0100 Subject: [PATCH] update ci again --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a95a39..0a986e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,10 @@ jobs: run: | pip install -r requirements.txt + - name: Install schema module + run: | + pip install -e . + - name: Run pytest run: | cd hdr_schemata/tests/