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: