From 63183c32d731dc3d1110d31f839b58596a4b1adb Mon Sep 17 00:00:00 2001 From: JeanMainguy Date: Mon, 27 May 2024 16:39:01 +0200 Subject: [PATCH] exclude step that check nb of cores in the local launch --- testingDataset/launch_test_locally.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testingDataset/launch_test_locally.py b/testingDataset/launch_test_locally.py index 2bd9c685..4bac2eee 100644 --- a/testingDataset/launch_test_locally.py +++ b/testingDataset/launch_test_locally.py @@ -102,7 +102,7 @@ def main(): workflow = parse_yaml_file(args.ci_yaml) - excluded_steps = ['Install ppanggolin'] + excluded_steps = ['Install ppanggolin', "Get core number on linux", "Get core number on macos"] test_script = args.outdir / 'launch_test_command.sh' with open(test_script, "w") as fl: