Skip to content

Commit

Permalink
add additional python and torch versions to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Jamasb committed Jul 31, 2024
1 parent 27463a5 commit f6d9d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
torch: [1.13.0, 2.1.0, 2.2.0]
python-version: [3.8, 3.9, "3.10", "3.11"]
torch: [1.13.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0]
# https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell
defaults:
run:
Expand Down

0 comments on commit f6d9d72

Please sign in to comment.