Skip to content

Commit 4f9c13e

Browse files
committed
Update pip before resolving dependencies in container.
1 parent a1aceac commit 4f9c13e

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
@@ -68,7 +68,7 @@ requirements : ${REQUIREMENTS}
6868
${REQUIREMENTS} : requirements/%.txt : requirements.in */setup.py
6969
mkdir -p $(dir $@)
7070
${RUN} -w /workspace -v `pwd`:/workspace --platform=linux/amd64 python:$* bash -c \
71-
"pip install pip-tools && pip-compile --resolver=backtracking -v --upgrade -o $@ $<"
71+
"pip install --upgrade pip pip-tools && pip-compile --resolver=backtracking -v --upgrade -o $@ $<"
7272

7373
# Remove any generated files.
7474
clean :

0 commit comments

Comments
 (0)