mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 13:39:55 -04:00
gitlab-ci: make sure pip3 install dirs exist
It doesn't want to create them itself.
This commit is contained in:
@@ -2,6 +2,8 @@ image: mvdan/fdroid-ci:server-20160429
|
||||
|
||||
test:
|
||||
script:
|
||||
- ls -l /usr/lib/python3*
|
||||
- mkdir -p /usr/lib/python3.4/site-packages/
|
||||
- pip3 install -e .
|
||||
- cd tests
|
||||
- ./complete-ci-tests
|
||||
|
||||
Reference in New Issue
Block a user