Skip to content

Commit df48856

Browse files
authored
update supergradients version in tests (#894)
1 parent 11e9d4c commit df48856

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Install super-gradients
113113
run: >
114-
pip install super-gradients==3.1.1
114+
pip install super-gradients==3.1.2
115115
116116
- name: Unittest for SAHI+YOLOV5/MMDET/Detectron2 on all platforms
117117
run: |

.github/workflows/ci_torch1.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Install super-gradients
120120
run: >
121-
pip install super-gradients==3.1.1
121+
pip install super-gradients==3.1.2
122122
123123
- name: Unittest for SAHI+YOLOV5/MMDET/Detectron2 on all platforms
124124
run: |

.github/workflows/package_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Install super-gradients
9595
run: >
96-
pip install super-gradients==3.1.1
96+
pip install super-gradients==3.1.2
9797
9898
- name: Install latest SAHI package
9999
run: >

0 commit comments

Comments
 (0)