From f51960fde9c7ec3c26d040bd050e324a4588b4d1 Mon Sep 17 00:00:00 2001 From: youben11 Date: Thu, 19 Sep 2024 16:12:01 +0100 Subject: [PATCH] fix(ci): build tfhers utility for macos and chwd correctly --- frontends/concrete-python/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontends/concrete-python/Makefile b/frontends/concrete-python/Makefile index 43ff522211..13df1a0307 100644 --- a/frontends/concrete-python/Makefile +++ b/frontends/concrete-python/Makefile @@ -62,8 +62,7 @@ licenses: # ======= tfhers-utils: - cd ${TFHERS_UTILS_DIRECTORY} - make build + cd ${TFHERS_UTILS_DIRECTORY} && $(MAKE) build pytest: pytest-default @@ -76,7 +75,7 @@ pytest-default: tfhers-utils --key-cache "${KEY_CACHE_DIRECTORY}" \ -m "${PYTEST_MARKERS}" -pytest-macos: +pytest-macos: tfhers-utils pytest tests -svv -n auto \ --key-cache "${KEY_CACHE_DIRECTORY}" \ -m "${PYTEST_MARKERS}"