diff options
author | mathieui <mathieui@mathieui.net> | 2018-08-09 01:03:22 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-08-09 01:03:22 +0200 |
commit | b76b2ebfc401220f3ae6ae581933c5cb66949e17 (patch) | |
tree | c587a90be850d65d19da3c300c25f846e542373f | |
parent | adbe62a05739080ef7adf0ba1114653c906f820e (diff) | |
download | poezio-b76b2ebfc401220f3ae6ae581933c5cb66949e17.tar.gz poezio-b76b2ebfc401220f3ae6ae581933c5cb66949e17.tar.bz2 poezio-b76b2ebfc401220f3ae6ae581933c5cb66949e17.tar.xz poezio-b76b2ebfc401220f3ae6ae581933c5cb66949e17.zip |
Do not install requirements.txt in the CI job
it builds cython which takes way too much time
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75d09c96..905edb44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ pylint-plugins: script: - apt-get update && apt-get install -y libidn11-dev - pip3 install pylint pyasn1-modules cffi --upgrade - - pip3 install -r requirements.txt + - pip3 install -e git+git://git.louiz.org/slixmpp#egg=slixmpp - pip3 install -r requirements-plugins.txt - python3 setup.py install - pylint -E plugins |