From 95be490763a02873f2325eece80cb03b13d9acb5 Mon Sep 17 00:00:00 2001 From: Joseph Paul Cohen Date: Wed, 11 Sep 2024 00:01:33 -0700 Subject: [PATCH] temp --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: