Skip to content

Commit 8fc316e

Browse files
authored
Update pip on Amazon Linux 2023 validations (#7348)
Latest pip is required to install PyTorch dependency correctly. Successful run: https://github.com/pytorch/test-infra/actions/runs/18511911515/job/52754496129
1 parent 5269485 commit 8fc316e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ jobs:
177177
yum install -y python3.11 python3.11-devel
178178
python3.11 -m ensurepip --upgrade
179179
python3.11 --version
180+
python3.11 -m pip install --upgrade pip
181+
python3.11 -m pip --version
180182
181183
CUDA_VERSION=$(python3 ../../test-infra/tools/scripts/get_stable_cuda_version.py --channel ${{ inputs.channel }})
182184
CUDA_VERSION_NODOT=$(echo $CUDA_VERSION | tr -d '.')

0 commit comments

Comments
 (0)