Skip to content

Commit

Permalink
Using composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Sep 1, 2022
1 parent e5dea2f commit 1f49f16
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,8 @@ jobs:
steps:
- name: Checkout PyTorch builder
uses: actions/checkout@v2
- name: Check
run: |
pwd
ls -las
ls .github/
ls .github/workflows/
- name: Validate binary conda
uses: ./.github/workflows/_validate-linux-binary.yml
uses: ./.github/actions/validate-linux-binary
with:
gpu_arch_type: ${{ matrix.gpu_arch_type }}
gpu_arch_ver: ${{ matrix.gpu_arch_version }}
Expand Down

0 comments on commit 1f49f16

Please sign in to comment.