Skip to content

Commit

Permalink
switch (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner authored May 2, 2024
1 parent e10617b commit a113d6f
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/build-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,8 @@ jobs:
- name: Install specific pip.
run: pip install pip==23.0.0

- name: Install CPU version of torch.
run: pip install torch==1.11.0+cpu torchvision==0.12.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu

- name: Install the torch-geometric.
run: pip install pyg_lib==0.1.0 torch_scatter==2.0.9 torch_sparse==0.6.15 torch_cluster==1.6.0 torch_spline_conv==1.2.1 -f https://data.pyg.org/whl/torch-1.11.0+cpu.html

- name: Install pytorch3d dependencies.
run: pip install fvcore iopath

- name: Install pytorch3d
run: pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py39_cu113_pyt1110/download.html
# run: pip install pytorch3d

- name: Install Dependencies
run: pip install -e ".[build_docs]"

- name: Install ndf_robot
run: pip install -e third_party/ndf_robot
- name: Install doc requirements.
run: pip install mkdocs-material mkdocstrings[python]

- name: Build mkdocs site
working-directory: docs
Expand Down

0 comments on commit a113d6f

Please sign in to comment.