Skip to content

Commit d39a0a1

Browse files
committed
fixup
1 parent 8e935f4 commit d39a0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/interpreter/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PYTHON_VERSIONS_TO_TEST = (
3131
# the same version.
3232
"EXPECTED_INTERPRETER_VERSION": python_version,
3333
"EXPECTED_SELF_VERSION": python_version,
34-
"PYTHON_BIN": "$(location //python/bin:python)",
34+
"PYTHON_BIN": "$(rootpath //python/bin:python)",
3535
},
3636
main = "interpreter_test.py",
3737
python_version = python_version,

0 commit comments

Comments
 (0)