Skip to content

Commit

Permalink
Update build_lint_test.yml
Browse files Browse the repository at this point in the history
Removed PyTorch 1.* tests.
  • Loading branch information
FabricioArendTorres authored Oct 16, 2024
1 parent 802eac9 commit 66fedfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile: [pytorch1.13.1, pytorch2.1.2, pytorch2.2.2, pytorchlatest]
dockerfile: [pytorch2.1.2, pytorch2.2.2, pytorchlatest]
max-parallel: 4

steps:
Expand All @@ -30,4 +30,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
name: codecov-umbrella

0 comments on commit 66fedfe

Please sign in to comment.