Skip to content

Commit 5d10b1f

Browse files
authored
fix: pip-compile test before dev (#106)
1 parent 453132b commit 5d10b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ pip-compile:
5151
# the detectron2 repo itself. If detectron2 is in the requirements.txt file, an order of
5252
# operations issue related to the torch library causes the install to fail
5353
sed 's/^detectron2 @/# detectron2 @/g' requirements/base.txt
54-
pip-compile --upgrade requirements/dev.in
5554
pip-compile --upgrade requirements/test.in
55+
pip-compile --upgrade requirements/dev.in
5656

5757
##########
5858
# Docker #

0 commit comments

Comments
 (0)