Commit 6eac4e5
committed
ci: Launch create-artifacts.py with python
We have occasional CI failures on Windows where the environment
variables don't get set so the artifact upload fails. Looking at the
logs, it doesn't even appear the create-artifact job ran (but there are
no errors). The Windows runners sometimes have trouble launching python
scripts via `./`, so switch to using the python3 executable in hopes
that this helps.
(backport <#4780>)
(cherry picked from commit 962b985)1 parent 0264335 commit 6eac4e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments