mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
769aae3047
In newer versions of PyYAML we need to manually specify the `Loader` to be used as per https://msg.pyyaml.org/load. `FullLoader` is now the default loader which attempts to avoid arbitrary code execution, however if we are running an older version where this is not available default back to the original Loader.