fix: consolidate PyTorch versions in workflow matrix

This commit is contained in:
Kohya S
2025-08-24 17:16:17 +09:00
parent acba279b0b
commit f7acd2f7a3

View File

@@ -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: