Skip to content

Commit 7301838

Browse files
oulgentianrengao
authored andcommitted
Update test.yml (#1083)
1 parent a1673d4 commit 7301838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
fi
9898
9999
- name: Install Triton
100-
if: steps.cache.outputs.cache-hit != 'true' && (matrix.pytorch-version != 'pytorch-2.9' || contains(matrix.alias, 'cpu'))
100+
if: contains(matrix.alias, 'cpu') || (steps.cache.outputs.cache-hit != 'true' && matrix.pytorch-version != 'pytorch-2.9')
101101
run: |
102102
set -x
103103
source .venv/bin/activate

0 commit comments

Comments
 (0)