We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bddb53 commit fe5291eCopy full SHA for fe5291e
.github/actions/setup-binary-builds/action.yml
@@ -99,7 +99,7 @@ runs:
99
uv venv --python 3.9
100
source .venv/bin/activate
101
102
- python -m pip install ${GITHUB_WORKSPACE}/test-infra/tools/pkg-helpers
+ uv pip install ${GITHUB_WORKSPACE}/test-infra/tools/pkg-helpers
103
BUILD_ENV_FILE="${RUNNER_TEMP}/build_env_${GITHUB_RUN_ID}"
104
python -m pytorch_pkg_helpers > "${BUILD_ENV_FILE}"
105
cat "${BUILD_ENV_FILE}"
0 commit comments