Skip to content

Commit

Permalink
Redo mypy CI isntalls
Browse files Browse the repository at this point in the history
  • Loading branch information
justincdavis committed Aug 4, 2024
1 parent ce197d7 commit 3778e69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:

- name: Install dependencies
run: |
pip install torch==1.10.2+cpu torchvision==0.11.3+cpu torchaudio==0.10.2+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
pip install .[ci]
pip install .[compiler]
pip install torch==1.10.2+cpu torchvision==0.11.3+cpu torchaudio==0.10.2+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
pip install .[open3d]
pip install mypy<1.11.0
pip install types-setuptools
pip install types-requests
- name: Run MyPy check
run:
Expand Down

0 comments on commit 3778e69

Please sign in to comment.