From 91ed72d35eaa2878e6d4eadcb8b9dd996970d454 Mon Sep 17 00:00:00 2001 From: Calum Macdonald Date: Tue, 26 Sep 2023 12:13:52 +0100 Subject: [PATCH] something wrong with location now... --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4681ee1..95c73d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,13 @@ jobs: cd hdr_schemata/tests/ python -c 'from hdr_schemata.models.HDRUK import Hdruk212' + - name: Check location + run: | + pwd + ls ../examples + ls ../examples/HDRUK + ls ../examples/HDRUK/2.1.2 + - name: Run pytest run: | pytest