Skip to content

Commit fc28ad6

Browse files
committed
move timm installation up
1 parent e7b3fce commit fc28ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-all-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
pip install torch=="1.8.1+cpu" torchvision=="0.9.1+cpu" -f https://download.pytorch.org/whl/torch_stable.html
2828
pip install mmcv-full=="1.3.2+torch.1.8.0+cpu" -f https://download.openmmlab.com/mmcv/dist/index.html --use-deprecated=legacy-resolver
2929
pip install mmdet
30+
pip install timm
3031
pip install -e ".[all,dev]"
3132
pip install yolov5-icevision --upgrade
32-
pip install timm
3333
3434
- name: Lint with flake8
3535
run: |

0 commit comments

Comments
 (0)