diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f85aff42..910cb69b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,9 +16,9 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - python: ['3.9'] - torch: ['1.10.0'] - torchvision: ['0.11.1'] + python: ['3.10'] + torch: ['1.13.0'] + torchvision: ['0.14.0'] runs-on: ${{ matrix.os }} steps: