Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Mar 28, 2021
1 parent 9a06d94 commit d4f93f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
python-version: [3.7]
pytorch-version: ['1.8.1', '1.7.1', '1.6.0']
env:
PYTORCH_VERSION: ${{ matrix.pytorch-version }}
env:
PYTORCH_VERSION: ${{ matrix.pytorch-version }}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit d4f93f1

Please sign in to comment.