Skip to content

Commit

Permalink
Fixed CI temporarily (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwwWayne authored Jan 4, 2021
1 parent 4fb5441 commit 3674617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: pip install torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html
- name: Install mmdet3d dependencies
run: |
pip install mmcv-full==latest+torch${{matrix.mmcv}} -f https://download.openmmlab.com/mmcv/dist/index.html
pip install mmcv-full==latest+torch${{matrix.mmcv}} -f https://download.openmmlab.com/mmcv/dist/index.html --use-deprecated=legacy-resolver
pip install -q git+https://github.com/open-mmlab/mmdetection.git
pip install -r requirements.txt
- name: Build and install
Expand Down

0 comments on commit 3674617

Please sign in to comment.