From ecc4879b07909299eae3db4be33d4487280e5ec2 Mon Sep 17 00:00:00 2001 From: Cheng Date: Tue, 18 Nov 2025 07:27:09 +0900 Subject: [PATCH] Do not run CPU tests in CUDA builds (#2784) --- .github/actions/test-linux/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/test-linux/action.yml b/.github/actions/test-linux/action.yml index 9a0f49b55..441da7d92 100644 --- a/.github/actions/test-linux/action.yml +++ b/.github/actions/test-linux/action.yml @@ -30,6 +30,7 @@ runs: echo "::endgroup::" - name: Run Python tests - CPU + if: ${{ inputs.cpu-only == 'true' }} shell: bash env: DEVICE: cpu