Skip to content

Commit

Permalink
switch to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 30, 2024
1 parent 83525d8 commit 07605ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"pre_build_steps": ["local-server-setup"],
"test_steps": [
"aws-c-http-test",
["{python}", "{source_dir}/integration-testing/http_client_test.py", "{install_dir}/bin/elasticurl{exe}"]
["python3", "{source_dir}/integration-testing/http_client_test.py", "{install_dir}/bin/elasticurl{exe}"]
]
}

0 comments on commit 07605ad

Please sign in to comment.