Skip to content

Commit 07605ad

Browse files
switch to python3
1 parent 83525d8 commit 07605ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"pre_build_steps": ["local-server-setup"],
1919
"test_steps": [
2020
"aws-c-http-test",
21-
["{python}", "{source_dir}/integration-testing/http_client_test.py", "{install_dir}/bin/elasticurl{exe}"]
21+
["python3", "{source_dir}/integration-testing/http_client_test.py", "{install_dir}/bin/elasticurl{exe}"]
2222
]
2323
}

0 commit comments

Comments
 (0)