Skip to content

Commit b10cfed

Browse files
committed
Test check binary pytorch#2
1 parent 1fef6c5 commit b10cfed

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
fail-fast: false
4848
runs-on: ${{ matrix.validation_runner }}
4949
steps:
50+
- name: Checkout PyTorch builder
51+
uses: actions/checkout@v2
5052
- name: Validate binary conda
51-
uses: pytorch/builder/.github/actions/validate-binary@main
53+
uses: .github/actions/validate-binary
5254
with:
5355
gpu_arch_type: ${{ matrix.gpu_arch_type }}
5456
gpu_arch_ver: ${{ matrix.gpu_arch_version }}
@@ -66,8 +68,10 @@ jobs:
6668
fail-fast: false
6769
runs-on: ${{ matrix.validation_runner }}
6870
steps:
71+
- name: Checkout PyTorch builder
72+
uses: actions/checkout@v2
6973
- name: Validate binary wheel
70-
uses: pytorch/builder/.github/actions/validate-binary@main
74+
uses: .github/actions/validate-binary
7175
with:
7276
gpu_arch_type: ${{ matrix.gpu_arch_type }}
7377
gpu_arch_ver: ${{ matrix.gpu_arch_version }}
@@ -77,7 +81,6 @@ jobs:
7781
dev_toolset: ''
7882
package_type: wheel
7983
target_os: linux
80-
8184
validate-linux-libtorch-binaries:
8285
needs: generate-linux-libtorch-matrix
8386
strategy:

0 commit comments

Comments
 (0)