🧑‍💻Improve make tests-all-local (#27040)

* Sleep 5 seconds between platforms

* Inform users if they need to install pyyaml

* Fix old workflow name

* Skip linux_native on Darwin
This commit is contained in:
Jason Smith
2024-05-02 06:36:24 -07:00
committed by GitHub
parent b5307aaaad
commit 39f53c3f8c
2 changed files with 11 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Extract the builds used in Github CI, so that we can run them locally
import yaml
# Set the yaml file to parse
yaml_file = '.github/workflows/test-builds.yml'
yaml_file = '.github/workflows/ci-build-tests.yml'
# Parse the yaml file, and load it into a dictionary (github_configuration)
with open(yaml_file) as f: