Skip to content

Commit b43e047

Browse files
PaulZhang12facebook-github-bot
authored andcommitted
Migrate to manylinux 2.28 (#2632)
Summary: Pull Request resolved: #2632 Reviewed By: sarckk Differential Revision: D67154042 fbshipit-source-id: 38e6c53ca2fb4fbe54fd50f19fc2fade43fee642
1 parent d36fdec commit b43e047

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install PyTorch
5959
shell: bash
6060
run: |
61-
conda install -n build_binary --yes pytorch cpuonly -c pytorch-nightly
61+
conda run -n build_binary pip install torch --index-url https://download.pytorch.org/whl/nightly/cpu
6262
- name: Install fbgemm
6363
run: |
6464
conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cpu

.github/workflows/unittest_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: '3.12'
6464
python-tag: "py312"
6565
cuda-tag: "cu124"
66-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
66+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
6767
with:
6868
runner: ${{ matrix.os }}
6969
timeout: 30

.github/workflows/unittest_ci_cpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- os: linux.2xlarge
3636
python-version: '3.12'
3737
python-tag: "py312"
38-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
38+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3939
with:
4040
runner: ${{ matrix.os }}
4141
timeout: 15

0 commit comments

Comments
 (0)