Skip to content

Commit

Permalink
exclude step that check nb of cores in the local launch
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed May 27, 2024
1 parent b54a242 commit 63183c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testingDataset/launch_test_locally.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 63183c3

Please sign in to comment.