Seems like there is an issue with running the workflow in macOS 12.4. It is calling a Python path that doesn't exist with (/usr/bin/python), reference Screenshot below.
The default Python path in macOS 12 is /usr/bin/python3, but can also be located other places, so probably an idea to dynamically find the path of python with something like which python and using the output.
