Skip to content

Commit e979c90

Browse files
committed
add constraints.txt
1 parent f4c2007 commit e979c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python -m pip install -r requirements.txt
5353
python -m pip install -r requirements/backends.txt
5454
python -m mim install "mmcv>=2.0.0"
55-
python -m mim install -r requirements/codebases.txt
55+
python -m mim install -r requirements/codebases.txt -c constraints.txt
5656
python -m pip install -U numpy clip numba transformers
5757
python -m pip list
5858
- name: Install mmyolo

0 commit comments

Comments
 (0)