Skip to content

Commit

Permalink
[UT] remove pytorch1.5 test
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyixiao18 committed Apr 24, 2022
1 parent ed31de7 commit 2b0379c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ jobs:
strategy:
matrix:
python-version: [3.7]
torch: [1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.9.0]
torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0]
include:
- torch: 1.5.0
torch_version: 1.5
torchvision: 0.6.0
- torch: 1.6.0
torch_version: 1.6
torchvision: 0.7.0
Expand Down

0 comments on commit 2b0379c

Please sign in to comment.