Skip to content

Commit c8f24af

Browse files
committed
test acc
1 parent 78a754c commit c8f24af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/linux-testenv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,5 @@ runs:
211211
shell: bash -xe {0}
212212
run: |
213213
pip uninstall -y triton pytorch-triton-xpu && pip uninstall -y triton pytorch-triton-xpu
214-
pip install --no-deps ${{ github.workspace }}/wheels/pytorch*.whl
214+
pip install ${{ github.workspace }}/wheels/pytorch*.whl
215215
pip list |grep -E 'intel|torch|triton'

0 commit comments

Comments
 (0)