Do not run CPU tests in CUDA builds (#2784)

This commit is contained in:
Cheng
2025-11-18 07:27:09 +09:00
committed by GitHub
parent 32b18d8b66
commit ecc4879b07

View File

@@ -30,6 +30,7 @@ runs:
echo "::endgroup::"
- name: Run Python tests - CPU
if: ${{ inputs.cpu-only == 'true' }}
shell: bash
env:
DEVICE: cpu