Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: copy python.exe to python3.exe on Windows
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.
- Loading branch information