diff --git a/tests/miniconda/conda/WORKSPACE b/tests/miniconda/conda/WORKSPACE index c4d3d3b..d449f56 100644 --- a/tests/miniconda/conda/WORKSPACE +++ b/tests/miniconda/conda/WORKSPACE @@ -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( diff --git a/tests/miniconda/mamba/WORKSPACE b/tests/miniconda/mamba/WORKSPACE index ce508f0..dd7ce27 100644 --- a/tests/miniconda/mamba/WORKSPACE +++ b/tests/miniconda/mamba/WORKSPACE @@ -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( diff --git a/tests/miniforge/conda/WORKSPACE b/tests/miniforge/conda/WORKSPACE index 32293a9..3c8222b 100644 --- a/tests/miniforge/conda/WORKSPACE +++ b/tests/miniforge/conda/WORKSPACE @@ -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( diff --git a/tests/miniforge/mamba/WORKSPACE b/tests/miniforge/mamba/WORKSPACE index 34f23df..5bf73c2 100644 --- a/tests/miniforge/mamba/WORKSPACE +++ b/tests/miniforge/mamba/WORKSPACE @@ -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(