Skip to content

Commit 66fedfe

Browse files
Update build_lint_test.yml
Removed PyTorch 1.* tests.
1 parent 802eac9 commit 66fedfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_lint_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
dockerfile: [pytorch1.13.1, pytorch2.1.2, pytorch2.2.2, pytorchlatest]
10+
dockerfile: [pytorch2.1.2, pytorch2.2.2, pytorchlatest]
1111
max-parallel: 4
1212

1313
steps:
@@ -30,4 +30,4 @@ jobs:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
file: ./coverage.xml
3232
flags: unittests
33-
name: codecov-umbrella
33+
name: codecov-umbrella

0 commit comments

Comments
 (0)