# GH ARM runners have no GPUs, run CPU tests only on ARM
# GH ARM runners have no GPUs, run CPU tests only on ARM
pytest_marks:${{ matrix.platform.arch == 'amd64' && 'pre_merge and vllm and (gpu_0 or gpu_1)' || 'pre_merge and vllm and gpu_0' }}
pytest_marks:${{ matrix.platform.arch == 'amd64' && format('pre_merge and {0} and (gpu_0 or gpu_1)', env.FRAMEWORK) || format('pre_merge and {0} and gpu_0', env.FRAMEWORK) }}