Skip to content

Commit

Permalink
Applied formatting to test WORKSPACEs (spietras#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Pietras authored and spietras committed Dec 2, 2021
1 parent c3d102c commit 4f228b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tests/miniconda/conda/WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
)

local_repository(
Expand Down
3 changes: 2 additions & 1 deletion tests/miniconda/mamba/WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
)

local_repository(
Expand Down
3 changes: 2 additions & 1 deletion tests/miniforge/conda/WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
)

local_repository(
Expand Down
3 changes: 2 additions & 1 deletion tests/miniforge/mamba/WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
)

local_repository(
Expand Down

0 comments on commit 4f228b9

Please sign in to comment.