diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json index 62af16f2da8a65..efd8bf1f11dc65 100644 --- a/scripts/ci/bazel-tests.json +++ b/scripts/ci/bazel-tests.json @@ -3,7 +3,17 @@ [ { "configurations": [ - {"node": "linux-x86_64"}, + { + "node": "linux-x86_64", + "python_version": "2" + }, + { + "node": "linux-x86_64", + "python_version": "3", + "parameters": { + "build_opts": ["--python_path=/usr/bin/python3"] + } + }, {"node": "ubuntu_16.04-x86_64"} ], "parameters": {