Skip to content

Commit

Permalink
update yolo in tests (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Feb 13, 2023
1 parent f598518 commit be5c30d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
pip install mmcv-full==1.7.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html
pip install mmdet==2.26.0
- name: Install YOLOv5(7.0.8)
- name: Install YOLOv5(7.0.9)
run: >
pip install yolov5==7.0.8
pip install yolov5==7.0.9
- name: Install Transformers(4.25.1)
run: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_torch1.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
pip install mmcv-full==1.7.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
pip install mmdet==2.26.0
- name: Install YOLOv5(7.0.8)
- name: Install YOLOv5(7.0.9)
run: >
pip install yolov5==7.0.8
pip install yolov5==7.0.9
- name: Install Detectron2(0.6)
run: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
pip install mmcv-full==1.7.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
pip install mmdet==2.26.0
- name: Install YOLOv5(7.0.8)
- name: Install YOLOv5(7.0.9)
run: >
pip install yolov5==7.0.8
pip install yolov5==7.0.9
- name: Install Detectron2(0.6)
run: >
Expand Down

0 comments on commit be5c30d

Please sign in to comment.