Skip to content

Commit

Permalink
Update unit-tests.yml (pytorch#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
puhuk committed Nov 4, 2022
1 parent 0f8e47b commit 66b1bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
bash ./tests/run_code_style.sh lint
- name: Run Mypy
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pytorch-channel == 'pytorch-nightly'}}
if: ${{ matrix.os == 'ubuntu-latest'}}
run: |
bash ./tests/run_code_style.sh mypy
Expand Down

0 comments on commit 66b1bfa

Please sign in to comment.