File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [ $? -ne 0 ]; then
2121 exit 1
2222fi
2323
24- PIP_CMD=" $PIP_PATH install requests "
24+ PIP_CMD=" $PIP_PATH install -r requirements/pipeline.txt "
2525echo " Running $PIP_CMD ..."
2626$PIP_CMD
2727if [ $? -ne 0 ]; then
Original file line number Diff line number Diff line change @@ -16,6 +16,5 @@ COPY . /kolibri
1616
1717VOLUME /kolibridist/ # for mounting the whl files into other docker containers
1818# add buildkite pipeline specific installation here:
19- RUN pip install requests github3.py
2019CMD cd /kolibri && pip install -r requirements/dev.txt && pip install -r requirements/build.txt && yarn install && make dist && cp /kolibri/dist/* /kolibridist/
2120
Original file line number Diff line number Diff line change 1+ requests==2.10.0
2+ github3.py==0.9.6
You can’t perform that action at this time.
0 commit comments