From f7acd2f7a3319487feb5277934f5cc998e46b231 Mon Sep 17 00:00:00 2001 From: Kohya S <52813779+kohya-ss@users.noreply.github.com> Date: Sun, 24 Aug 2025 17:16:17 +0900 Subject: [PATCH] fix: consolidate PyTorch versions in workflow matrix --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88b0b177..d35fe392 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,9 +22,8 @@ jobs: matrix: os: [ubuntu-latest] python-version: ["3.10"] # Python versions to test - pytorch-version: ["2.4.0"] # PyTorch versions to test - pytorch-version: ["2.6.0"] # PyTorch versions to test - + pytorch-version: ["2.4.0", "2.6.0"] # PyTorch versions to test + steps: - uses: actions/checkout@v4 with: