From c69de08e9075192e70f38e99f3df8ca0c1e4aa17 Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Tue, 4 Nov 2025 13:45:34 -0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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