Skip to content

Commit

Permalink
add tests for pytorch 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Nov 27, 2021
1 parent c0163cd commit ad7bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
pytorch-version: ['1.9.0']
pytorch-version: ['1.9.0', '1.10.0']
env:
PYTORCH_VERSION: ${{ matrix.pytorch-version }}
steps:
Expand Down

0 comments on commit ad7bb3f

Please sign in to comment.