Skip to content

Commit 993c072

Browse files
[CI] Nightly whl test fix
1 parent 2a83144 commit 993c072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux_ut.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
pip install --force-reinstall "git+${TRITON_REPO}@${TRITON_COMMIT_ID}#subdirectory=python"
9797
fi
9898
- name: Download Pytorch wheel
99-
if: ${{ inputs.pytorch }} != 'nightly_wheel'
99+
if: '${{ inputs.pytorch }}' != 'nightly_wheel'
100100
uses: actions/download-artifact@v4
101101
with:
102102
name: Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}

0 commit comments

Comments
 (0)