diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9878be9..c641e748 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,6 +170,8 @@ arch_pip_install: - master@fdroid/fdroidserver script: - pacman --sync --sysupgrade --refresh --noconfirm gcc git grep python-pip python-virtualenv python-wheel tar + - python -m venv venv + - source venv/bin/activate - pip install -e .[test] - fdroid - fdroid readmeta