Skip to content

Commit

Permalink
bound CI torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-tan committed Feb 15, 2025
1 parent 1e150cd commit f09f479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: [3.9]
torch-version: [1.13.1, "2.*"]
torch-version: [1.13.1, 2.5]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: [3.9]
torch-version: ["2.*"]
torch-version: [2.5]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f09f479

Please sign in to comment.