@@ -50,10 +50,10 @@ jobs:
5050 run : pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
5151 - name : Install mmtrack dependencies
5252 run : |
53+ pip install git+https://github.com/votchallenge/toolkit.git
5354 pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cpu/${{matrix.torch_version}}/index.html
5455 pip install mmdet
5556 pip install -r requirements.txt
56- pip install git+https://github.com/votchallenge/toolkit.git
5757 - name : Build and install
5858 run : rm -rf .eggs && pip install -e .
5959 - name : Run unittests and generate coverage report
@@ -108,10 +108,10 @@ jobs:
108108 run : python -m pip install torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html
109109 - name : Install mmtrack dependencies
110110 run : |
111+ python -m pip install git+https://github.com/votchallenge/toolkit.git
111112 python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/${{matrix.torch_version}}/index.html
112113 python -m pip install mmdet
113114 python -m pip install -r requirements.txt
114- python -m pip install git+https://github.com/votchallenge/toolkit.git
115115 - name : Build and install
116116 run : |
117117 rm -rf .eggs
@@ -174,10 +174,10 @@ jobs:
174174 run : python -m pip install torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html
175175 - name : Install mmtrack dependencies
176176 run : |
177+ python -m pip install git+https://github.com/votchallenge/toolkit.git
177178 python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/${{matrix.torch_version}}/index.html
178179 python -m pip install mmdet
179180 python -m pip install -r requirements.txt
180- python -m pip install git+https://github.com/votchallenge/toolkit.git
181181 - name : Build and install
182182 run : |
183183 rm -rf .eggs
0 commit comments