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 a4b7435 commit 9bce9b0Copy full SHA for 9bce9b0
examples/multi_python_versions/WORKSPACE
@@ -47,6 +47,8 @@ load("@pypi//:requirements.bzl", "install_deps")
47
install_deps()
48
49
# See https://github.com/bazelbuild/rules_shell/releases/tag/v0.1.1
50
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
51
+
52
http_archive(
53
name = "rules_shell",
54
sha256 = "0d0c56d01c3c40420bf7bf14d73113f8a92fbd9f5cd13205a3b89f72078f0321",
0 commit comments