Skip to content

Commit

Permalink
Fix mypy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ejguan committed Oct 13, 2022
1 parent ead6eeb commit 7cc917a
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 @@ -53,7 +53,7 @@ jobs:
pip3 install --pre torch -f "${{ steps.pytorch_channel.outputs.value }}"
- name: Install dependencies
run: |
pip3 install requests mypy==0.812 graphviz
pip3 install requests mypy==0.812 graphviz numpy
- name: Build TorchData
run: |
python setup.py develop
Expand Down

0 comments on commit 7cc917a

Please sign in to comment.