Skip to content

Commit 063989d

Browse files
authored
Use correct variable name for Python path in AWS auth tests. (#1019)
1 parent d86e0aa commit 063989d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,21 +2119,21 @@ axes:
21192119
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
21202120
GO_DIST: "C:\\golang\\go1.17"
21212121
SKIP_ECS_AUTH_TEST: true
2122-
PYTHON3: "C:/python/Python38/python.exe"
2122+
PYTHON3_BINARY: "C:/python/Python38/python.exe"
21232123
- id: "ubuntu1804-64-go-1-17"
21242124
display_name: "Ubuntu 18.04"
21252125
run_on: ubuntu1804-test
21262126
variables:
21272127
GO_DIST: "/opt/golang/go1.17"
2128-
PYTHON3: python3
2128+
PYTHON3_BINARY: "/opt/python/3.8/bin/python3"
21292129
- id: "osx-go-1-17"
21302130
display_name: "MacOS 10.15"
21312131
run_on: macos-1015
21322132
variables:
21332133
GO_DIST: "/opt/golang/go1.17"
21342134
SKIP_ECS_AUTH_TEST: true
21352135
SKIP_EC2_AUTH_TEST: true
2136-
PYTHON3: python3
2136+
PYTHON3_BINARY: python3
21372137

21382138
task_groups:
21392139
- name: serverless_task_group

0 commit comments

Comments
 (0)