Skip to content

Commit

Permalink
remove py_runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jullianoacqio committed Jun 29, 2020
1 parent 69fb00b commit 7a1ecb0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions databricks/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.
load("@subpar//:subpar.bzl", "par_binary")
load("@databricks_pip_deps//:requirements.bzl", "requirement")
# load("@rules_python//python:defs.bzl", "py_runtime")

package(default_visibility = ["//visibility:public"])

Expand All @@ -26,14 +25,6 @@ filegroup(
visibility = ["//visibility:public"],
)

py_runtime(
name = "py_runtime",
interpreter_path = select({
"@bazel_tools//tools/python:PY2": "/usr/bin/python2",
"@bazel_tools//tools/python:PY3": "/usr/bin/python3",
}),
)

par_binary(
name = "cli",
srcs = ["@databricks_src//:src"],
Expand Down

0 comments on commit 7a1ecb0

Please sign in to comment.