Skip to content

Commit dc31e4e

Browse files
Update workspace_snippet.sh
1 parent aa0baf6 commit dc31e4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workspace_snippet.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKSPACE snippet:
1313
\`\`\`starlark
1414
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1515
http_archive(
16-
name = "caseyduquettesc_rules_python_pytest",
16+
name = "rules_python_pytest",
1717
sha256 = "${SHA}",
1818
strip_prefix = "${PREFIX}",
1919
url = "https://github.com/caseyduquettesc/rules_python_pytest/archive/${TAG}.tar.gz",
@@ -24,7 +24,7 @@ http_archive(
2424
# you should fetch it *before* calling this.
2525
# Alternatively, you can skip calling this function, so long as you've
2626
# already fetched all the dependencies.
27-
load("@caseyduquettesc_rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
27+
load("@rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
2828
rules_python_pytest_dependencies()
2929
3030
\`\`\`

0 commit comments

Comments
 (0)