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
Some of our CI scripts use `#!/usr/bin/env python3` which works fine on
Linux and macOS, but fails on Windows as only python.exe (pointing to
Python 3) is present. To avoid the failure this commit adds a step that
copies python.exe to python3.exe.
0 commit comments