Skip to content

Commit

Permalink
install cpu only torch before installing through compiler deps
Browse files Browse the repository at this point in the history
  • Loading branch information
justincdavis committed Aug 5, 2024
1 parent 5669ea8 commit ce266ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Install dependencies
run: |
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 .[compiler]
pip install .[open3d]
- name: Run MyPy check
Expand Down

0 comments on commit ce266ab

Please sign in to comment.