diff --git a/.github/workflows/create_archive_and_notes.sh b/.github/workflows/create_archive_and_notes.sh index f7a291a6be..ffeecd5800 100755 --- a/.github/workflows/create_archive_and_notes.sh +++ b/.github/workflows/create_archive_and_notes.sh @@ -37,7 +37,8 @@ bazel_dep(name = "rules_python", version = "${TAG}") pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip") pip.parse( - name = "pip", + hub_name = "pip", + python_version = "3.11", requirements_lock = "//:requirements_lock.txt", )