From 05542ca6ec56c6e1f396f83192f8d99aa42d34f0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 11 Nov 2024 13:55:40 +0500 Subject: [PATCH] Fix failing ifcopenshell ci tests due missing ifcpatch (56de208) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26f1f40dd3..2bb63ea983 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,6 +127,7 @@ jobs: python tests.py cd ../src/ifcopenshell-python mv ifcopenshell ifcopenshell-local # Force testing on installed module + pip install -e ../ifcpatch --no-deps # Needed for sql.py tests. make test cd ../bcf && make test pip install requests