diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ebf327ec..ff442dbd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,7 +97,7 @@ jobs: fi - name: Install Triton - if: steps.cache.outputs.cache-hit != 'true' && (matrix.pytorch-version != 'pytorch-2.9' || contains(matrix.alias, 'cpu')) + if: contains(matrix.alias, 'cpu') || (steps.cache.outputs.cache-hit != 'true' && matrix.pytorch-version != 'pytorch-2.9') run: | set -x source .venv/bin/activate