Skip to content

Commit

Permalink
add another config to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Aug 30, 2024
1 parent a93e12f commit de79ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit de79ac5

Please sign in to comment.