File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2119,21 +2119,21 @@ axes:
2119
2119
GCC_PATH : " /cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2120
2120
GO_DIST : " C:\\ golang\\ go1.17"
2121
2121
SKIP_ECS_AUTH_TEST : true
2122
- PYTHON3 : " C:/python/Python38/python.exe"
2122
+ PYTHON3_BINARY : " C:/python/Python38/python.exe"
2123
2123
- id : " ubuntu1804-64-go-1-17"
2124
2124
display_name : " Ubuntu 18.04"
2125
2125
run_on : ubuntu1804-test
2126
2126
variables :
2127
2127
GO_DIST : " /opt/golang/go1.17"
2128
- PYTHON3 : python3
2128
+ PYTHON3_BINARY : " /opt/python/3.8/bin/ python3"
2129
2129
- id : " osx-go-1-17"
2130
2130
display_name : " MacOS 10.15"
2131
2131
run_on : macos-1015
2132
2132
variables :
2133
2133
GO_DIST : " /opt/golang/go1.17"
2134
2134
SKIP_ECS_AUTH_TEST : true
2135
2135
SKIP_EC2_AUTH_TEST : true
2136
- PYTHON3 : python3
2136
+ PYTHON3_BINARY : python3
2137
2137
2138
2138
task_groups :
2139
2139
- name : serverless_task_group
You can’t perform that action at this time.
0 commit comments