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 93f9687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 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.3"]

steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 4 additions & 12 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.3"]
test-group: [1, 2, 3, 4]

steps:
Expand Down Expand Up @@ -68,9 +66,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.3"]
test-group: [1, 2, 3]

steps:
Expand Down Expand Up @@ -104,9 +100,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.3"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -139,9 +133,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.3"]

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

0 comments on commit 93f9687

Please sign in to comment.