Skip to content

Commit

Permalink
fix(ci): build tfhers utility for macos and chwd correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored and BourgerieQuentin committed Sep 23, 2024
1 parent b4b1131 commit f51960f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontends/concrete-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ licenses:
# =======

tfhers-utils:
cd ${TFHERS_UTILS_DIRECTORY}
make build
cd ${TFHERS_UTILS_DIRECTORY} && $(MAKE) build

pytest: pytest-default

Expand All @@ -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}"
Expand Down

0 comments on commit f51960f

Please sign in to comment.