diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 06ab960..cb16ab1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,9 +31,9 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ['3.9'] - torch-version: [2.1.1] - os: [ubuntu-latest, windows-latest] # only run ubuntu for now because the other ones fail for no reason, macos-latest, windows-latest] + python-version: ['3.11'] + torch-version: [2.4.1] + os: [ubuntu-latest, macos-latest, windows-latest] # only run ubuntu for now because the other ones fail for no reason, macos-latest, windows-latest] # Steps represent a sequence of tasks that will be executed as part of the job steps: