"tests/git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "08e62070f6dee22a8984f700147f581b8bb49fc5"
Unverified Commit 36746173 authored by Wenwei Zhang's avatar Wenwei Zhang Committed by GitHub
Browse files

Fixed CI temporarily (#253)

parent 4fb54412
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment