From 0f88dd4bcbe7dfd232410d80ae8e8798f063ba22 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Wed, 30 Nov 2022 11:17:48 +0100 Subject: [PATCH] fix(ci): Fixing mac os ci --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index 8b5ec2ed7..3356d8784 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -246,7 +246,7 @@ build-end-to-end-jit-test: build-initialized generate-end-to-end-tests: $(Python3_EXECUTABLE) ./tests/end_to_end_fixture/end_to_end_linalg_apply_lookup_table_gen.py \ --n-lut 2 --n-ct 4 \ - &> ./tests/end_to_end_fixture/end_to_end_linalg_2_apply_lookup_table.yaml + > ./tests/end_to_end_fixture/end_to_end_linalg_2_apply_lookup_table.yaml unzip -o tests/end_to_end_fixture/bug_report.zip -d tests/end_to_end_fixture/ build-end-to-end-jit-fhe: build-initialized generate-end-to-end-tests