From eccc3f13b0712ef421a8a92bc23d8f541ddf8df9 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Thu, 1 Aug 2024 16:46:47 +0200 Subject: [PATCH] chore(ci): fix test_cml script --- ci/scripts/test_cml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/test_cml.sh b/ci/scripts/test_cml.sh index dfb48b4e5f..26cefad2c0 100755 --- a/ci/scripts/test_cml.sh +++ b/ci/scripts/test_cml.sh @@ -207,7 +207,7 @@ then fi # Update the pandas files in CML -poetry run python script/make_utils/update_encrypted_dataframe_files.py +make update_encrypted_dataframe # Launch CML tests with pytest (and ignore flaky ones) # As compared to regular `make pytest`, known flaky errors from Concrete ML are simply ignored