Skip to content

Commit 1434a6c

Browse files
committed
Fix white space
1 parent 6ceac4e commit 1434a6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
env:
3434
BUILD_TYPE: ${{ inputs.build-type }}
3535
ARCH: ${{ (inputs.host-platform == 'linux-64' && 'amd64') ||
36-
(inputs.host-platform == 'linux-aarch64' && 'arm64') }}
36+
(inputs.host-platform == 'linux-aarch64' && 'arm64') }}
3737
outputs:
3838
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
3939
OLD_BRANCH: ${{ steps.compute-matrix.outputs.OLD_BRANCH }}
4040
steps:
4141
- name: Checkout ${{ github.event.repository.name }}
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343

4444
- name: Validate Test Type
4545
run: |
@@ -90,7 +90,7 @@ jobs:
9090
run: nvidia-smi
9191

9292
- name: Checkout ${{ github.event.repository.name }}
93-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
93+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494

9595
- name: Setup proxy cache
9696
uses: nv-gha-runners/setup-proxy-cache@main

0 commit comments

Comments
 (0)