Skip to content

Commit

Permalink
remove extraneous dep loading from rel notes
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyduquettesc committed Jul 28, 2023
1 parent 045d966 commit 2f7db75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ http_archive(
strip_prefix = "${PREFIX}",
url = "https://github.com/caseyduquettesc/rules_python_pytest/releases/download/${TAG}/${ARCHIVE}",
)
load("@rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
rules_python_pytest_dependencies()
EOF

awk 'f;/--SNIP--/{f=1}' e2e/smoke/WORKSPACE.bazel
Expand Down

0 comments on commit 2f7db75

Please sign in to comment.