mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
This patch adds the python-is-python3 package to the CI container. Windows by default uses python instead of python3, which prevents code sharing without additionaly hackery. This should fix that and allow for #152199 to land.