Skip to content

Commit ebd1eff

Browse files
Johannes Ballécopybara-github
authored andcommitted
Changes to build system.
PiperOrigin-RevId: 423513176 Change-Id: I9798f5b7b41904cd1c4499691abadbd3820d3ea9
1 parent c1db356 commit ebd1eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ cc_library(
4242
tensorflow_pip = repository_rule(
4343
implementation = _tensorflow_pip_impl,
4444
attrs = {
45-
"python_program": attr.string(default = "python"),
45+
"python_program": attr.string(default = "python3"),
4646
},
4747
)
4848

4949
def tensorflow_compression_workspace():
5050
tensorflow_pip(
5151
name = "tensorflow_pip",
52-
python_program = "python",
52+
python_program = "python3",
5353
)

0 commit comments

Comments
 (0)