Put the needed -r in
Change-Id: I108fd896ab25875f7311c1066beeeecc4957d336
This commit is contained in:
parent
4964c97463
commit
c8c978c026
@ -22,7 +22,7 @@
|
||||
# Run the same basic pip command that the mirror script runs.
|
||||
.venv/bin/pip install -M -U --exists-action=w $PIP_ARGS
|
||||
if [ -e dev-requirements.txt ] ; then
|
||||
.venv/bin/pip install -M -U --exists-action=w dev-requirements.txt
|
||||
.venv/bin/pip install -M -U --exists-action=w -r dev-requirements.txt
|
||||
fi
|
||||
|
||||
publishers:
|
||||
|
Loading…
Reference in New Issue
Block a user