From 3c4a865e0b8b1ec1e60eed60d16244821d9bec7e Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 1 Aug 2024 16:27:36 +0500 Subject: [PATCH] ci.yml - also run tests for other ifcopenshell packages --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5d8f641b4..2f671da1a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: run: | python -m pip install --upgrade pip pip install xmlschema xsdata numpy lxml pytest isodate lark networkx tabulate python-dateutil shapely + pip install mathutils pip install src/bcf --no-deps pip install https://github.com/Andrej730/aud/archive/refs/heads/master-reduced-size.zip @@ -125,4 +126,9 @@ jobs: python tests.py cd ../src/ifcopenshell-python mv ifcopenshell ifcopenshell-local # Force testing on installed module - make test-safe + make test + cd ../bcf && make test + pip install requests + cd ../bsdd && make test + cd ../ifcpatch && make test + cd ../ifctester && make test