From c78daf3ff72d5f2039babb653c62aba66441f1dd Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Tue, 7 Oct 2025 22:23:14 -0700 Subject: [PATCH] Remove py312 vanilla test stack-info: PR: https://github.com/pytorch/helion/pull/831, branch: oulgen/stack/119 --- .github/matrix.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/matrix.json b/.github/matrix.json index 9f98c429c..c3327feb9 100644 --- a/.github/matrix.json +++ b/.github/matrix.json @@ -29,15 +29,6 @@ "dtype-asserts": true, "expecttest-accept": true }, - { - "runner": "linux.g5.4xlarge.nvidia.gpu", - "python-version": "3.12", - "ref-eager": false, - "image": "nvidia/cuda:12.8.1-devel-ubuntu24.04", - "runtime-version": "cu128", - "container-options": "--gpus all", - "alias": "a10g" - }, { "runner": "linux.g5.4xlarge.nvidia.gpu", "python-version": "3.12",