From 73ae8e215fbd490f9fb1d864cc23f8a6ab614070 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Tue, 10 Dec 2024 09:54:10 +0100 Subject: [PATCH] test jordan --- ci/scripts/test_cml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/test_cml.sh b/ci/scripts/test_cml.sh index a00445e79b..3f3f9e1fc0 100755 --- a/ci/scripts/test_cml.sh +++ b/ci/scripts/test_cml.sh @@ -140,6 +140,7 @@ then git clone https://github.com/zama-ai/concrete-ml.git --branch ${ML_BRANCH} cd concrete-ml + git reset 2ff770cea09f47d1261faff894e3257a40f59ed8 --hard git lfs pull --include "tests/data/**, src/concrete/ml/**" --exclude "" cd .. else