Skip to content

Commit

Permalink
Update torch dependency in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffl096 committed Jul 8, 2024
1 parent 04d9437 commit 5973e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_codebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.10", "3.11"]
torch-version: [2.0.1]
include:
- torch-version: 2.0.1
torch-version: ["2.2", "2.3"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.10", "3.11"]
torch-version: [2.0.1]
include:
- torch-version: 2.0.1
torch-version: ["2.2", "2.3"]
test-group: [1, 2, 3, 4]

steps:
Expand Down

0 comments on commit 5973e04

Please sign in to comment.