From de79ac5dc38293d05032e0eef8ad88150677dd01 Mon Sep 17 00:00:00 2001 From: bkmartinjr Date: Thu, 29 Aug 2024 17:10:04 -0700 Subject: [PATCH] add another config to test matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e560d19..1e3a46c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,8 @@ jobs: python-version: "3.9" - 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' 'numpy<2'" + python-version: "3.12" env: run_coverage: ${{ github.ref == 'refs/heads/master' }}