From a60c5367eebfdd297d28cf3bfb3bf38783bb7510 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Tue, 17 Aug 2021 20:41:12 +0200 Subject: [PATCH] Update rel path --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27d36a1a3e..e87f1a223f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,5 +76,5 @@ jobs: - name: Test run: | cd test - sudo /usr/bin/python test/tests.py - sudo /usr/bin/python src/ifcopenshell-python/ifcopenshell/test_ids.py \ No newline at end of file + sudo /usr/bin/python tests.py + sudo /usr/bin/python ../src/ifcopenshell-python/ifcopenshell/test_ids.py