Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
update mypy and see what happens
  • Loading branch information
hunterhector committed Mar 26, 2021
1 parent 2e4f201 commit 4aba8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pip install --progress-bar off torch==${{ matrix.torch-version }}
pip install --progress-bar off .[extras]
if [[ ${{ matrix.torch-version }} == "1.4.0" ]]; then pip install pylint==2.4.4 flake8==3.7.9; fi
if [[ ${{ matrix.torch-version }} != "1.0.1" ]]; then pip install mypy==0.761; fi
if [[ ${{ matrix.torch-version }} != "1.0.1" ]]; then pip install mypy==0.790; fi
pip install pytest
pip install --progress-bar off coverage codecov
- name: Linting pylint and flake8 if torch version is 1.4.0
Expand Down

0 comments on commit 4aba8c3

Please sign in to comment.