We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e935f4 commit d39a0a1Copy full SHA for d39a0a1
tests/interpreter/BUILD.bazel
@@ -31,7 +31,7 @@ PYTHON_VERSIONS_TO_TEST = (
31
# the same version.
32
"EXPECTED_INTERPRETER_VERSION": python_version,
33
"EXPECTED_SELF_VERSION": python_version,
34
- "PYTHON_BIN": "$(location //python/bin:python)",
+ "PYTHON_BIN": "$(rootpath //python/bin:python)",
35
},
36
main = "interpreter_test.py",
37
python_version = python_version,
0 commit comments