We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a83144 commit 993c072Copy full SHA for 993c072
.github/workflows/_linux_ut.yml
@@ -96,7 +96,7 @@ jobs:
96
pip install --force-reinstall "git+${TRITON_REPO}@${TRITON_COMMIT_ID}#subdirectory=python"
97
fi
98
- name: Download Pytorch wheel
99
- if: ${{ inputs.pytorch }} != 'nightly_wheel'
+ if: '${{ inputs.pytorch }}' != 'nightly_wheel'
100
uses: actions/download-artifact@v4
101
with:
102
name: Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}
0 commit comments