From 7f8e788edc82b4a35ad7f0801a5418d9a36e94d1 Mon Sep 17 00:00:00 2001 From: bkmartinjr Date: Thu, 29 Aug 2024 17:13:23 -0700 Subject: [PATCH] another swing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd702e5..b0fc2ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - ml-deps: "torch==2.3.1+cpu torchvision==0.18.1+cpu torchdata==0.8.0 'tensorflow-cpu<2.16.0' 'numpy<2'" python-version: "3.9" - ml-deps: "torch torchvision torchdata~=0.8.0 'tensorflow-cpu<2.16.0' 'numpy<2'" - python-version: "3.12" + python-version: "3.11" env: run_coverage: ${{ github.ref == 'refs/heads/master' }}