From 75082dfbbaea4a0c28794e4eca10764613349c52 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:17:07 -0500 Subject: [PATCH] revert --- .github/workflows/test-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 00c238617..a434a36d9 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -23,8 +23,8 @@ jobs: # os: [macos, linux, windows] # os: [macos, linux] os: [linux] - python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"] - cuda_version: ["12.8"] + python_version: ["3.10", "3.11", "3.12"] + cuda_version: ["12.1"] torch_version: ["stable"] include: # - os: macos @@ -76,8 +76,8 @@ jobs: matrix: # os: [macos, linux] os: [linux] - python_version: ["3.14"] - cuda_version: ["12.8"] + python_version: ["3.12"] + cuda_version: ["12.1"] torch_version: ["nightly"] include: # - os: macos