From b2b3a83463d78f34faec4fbceef17e0868c23bb3 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 5 Feb 2025 17:32:32 +0500 Subject: [PATCH] ci - fix missing ifctester for tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b792ca44b7..f92bc1c126 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,4 +135,5 @@ jobs: pip install deepdiff cd ../ifcdiff && make test cd ../ifcpatch && make test + pip install -e ../ifctester --no-deps cd ../ifctester && make test