Skip to content

Commit

Permalink
Update workspace_snippet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyduquettesc authored Jan 10, 2023
1 parent aa0baf6 commit dc31e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workspace_snippet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKSPACE snippet:
\`\`\`starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "caseyduquettesc_rules_python_pytest",
name = "rules_python_pytest",
sha256 = "${SHA}",
strip_prefix = "${PREFIX}",
url = "https://github.com/caseyduquettesc/rules_python_pytest/archive/${TAG}.tar.gz",
Expand All @@ -24,7 +24,7 @@ http_archive(
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("@caseyduquettesc_rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
load("@rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
rules_python_pytest_dependencies()
\`\`\`
Expand Down

0 comments on commit dc31e4e

Please sign in to comment.