We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aceac commit 4f9c13eCopy full SHA for 4f9c13e
Makefile
@@ -68,7 +68,7 @@ requirements : ${REQUIREMENTS}
68
${REQUIREMENTS} : requirements/%.txt : requirements.in */setup.py
69
mkdir -p $(dir $@)
70
${RUN} -w /workspace -v `pwd`:/workspace --platform=linux/amd64 python:$* bash -c \
71
- "pip install pip-tools && pip-compile --resolver=backtracking -v --upgrade -o $@ $<"
+ "pip install --upgrade pip pip-tools && pip-compile --resolver=backtracking -v --upgrade -o $@ $<"
72
73
# Remove any generated files.
74
clean :
0 commit comments