Skip to content

Commit

Permalink
Set mypy version to match pytorch core
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulavasan committed Mar 25, 2024
1 parent 473588c commit 6c54d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install dependencies
run: |
pip3 install -r requirements.txt
pip3 install mypy==0.960 numpy types-requests
pip3 install mypy==1.8.0 numpy types-requests
- name: Build TorchData
run: |
pip3 install .
Expand Down

0 comments on commit 6c54d97

Please sign in to comment.