fix(ci): Fixing mac os ci

This commit is contained in:
Quentin Bourgerie
2022-11-30 11:17:48 +01:00
parent 50973a39bd
commit 0f88dd4bcb

View File

@@ -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