You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple will finally drop python 2 in macOS 12.3. It's already missing in the current beta. Unfortunately, there is no binary /usr/bin/python but only /usr/bin/python3. Therefore this workflows fails although being python3 compatible (since #111). However, manually correcting the python path in the first line (hash-bang) works for me.