Files
WeHub Mirror 16d3f15320
ARM CI / build (3.10) (push) Has been cancelled
cffconvert / validate (push) Has been cancelled
Creates a GitHub Issue when a PR Rolled back via Commit to Master / create-issue-on-pr-rollback (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
WeHub snapshot of ee606724a5c2f63bf60704cb3e1b169618993fd9
2026-08-07 16:11:07 +08:00

14 lines
312 B
Python

"""
Legacy-compatible wrapper for Hermetic Python initialization.
See the WORKSPACE file for instructions on using the updated
Hermetic Python initialization.
"""
load(
"@rules_ml_toolchain//py:python_init_pip.bzl",
_python_init_pip = "python_init_pip",
)
def python_init_pip():
_python_init_pip()