summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-05-17 16:06:05 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-05-17 16:06:05 +0200
commit6376c11c0f93e35a222d29d654651c1b4cf0c384 (patch)
tree95f414f5caa1c90a13ca0dc6e7474d409b411c9f /.gitlab-ci
parent733b0c3acca0149d4061d99147e1ad2f75397aac (diff)
downloadpygobject-6376c11c0f93e35a222d29d654651c1b4cf0c384.tar.gz
ci: work around pip3 install --user not working in recent fdo-sdk
https://gitlab.com/freedesktop-sdk/freedesktop-sdk/issues/776
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/test-flatpak.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/test-flatpak.sh b/.gitlab-ci/test-flatpak.sh
index 3ca5a746..0dd01c46 100755
--- a/.gitlab-ci/test-flatpak.sh
+++ b/.gitlab-ci/test-flatpak.sh
@@ -3,4 +3,7 @@
set -e
python3 -m pip install --user pytest pytest-faulthandler
+# for some reason pip3 fails the first time now..
+# https://gitlab.com/freedesktop-sdk/freedesktop-sdk/issues/776
+python3 -m pip install --user pytest pytest-faulthandler
python3 setup.py test -s