This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jjardon/fix_overnigth_setuptools in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 757f718aad0e297572699223b91ea9cc3c54d63d Author: Javier Jardón <[email protected]> AuthorDate: Mon Jun 10 20:45:51 2019 +0100 WIP --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0783b5e..0ce788f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -239,7 +239,7 @@ docs: EOF - dnf install -y ostree python3-gobject-base - pip3 install -r requirements/requirements.txt -r requirements/plugin-requirements.txt - - pip3 install --no-index . + - pip3 install . - pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}#egg=bst_ext - git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git - git -C freedesktop-sdk checkout ${FD_SDK_REF}
