Skip to content

Commit

Permalink
Update PyTorch version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux-cpp-lisp committed May 10, 2024
1 parent 0cc2e31 commit ef79965
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.11.0, 1.13.1]
torch-version: [1.13.1, "2.*"]

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: [1.13.1]
torch-version: ["2.*"]

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

0 comments on commit ef79965

Please sign in to comment.