Skip to content

Commit fe5291e

Browse files
committed
test
1 parent 5bddb53 commit fe5291e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-binary-builds/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
uv venv --python 3.9
100100
source .venv/bin/activate
101101
102-
python -m pip install ${GITHUB_WORKSPACE}/test-infra/tools/pkg-helpers
102+
uv pip install ${GITHUB_WORKSPACE}/test-infra/tools/pkg-helpers
103103
BUILD_ENV_FILE="${RUNNER_TEMP}/build_env_${GITHUB_RUN_ID}"
104104
python -m pytorch_pkg_helpers > "${BUILD_ENV_FILE}"
105105
cat "${BUILD_ENV_FILE}"

0 commit comments

Comments
 (0)