mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
gitlab-ci: make sure pip3 install dirs exist
It doesn't want to create them itself.
This commit is contained in:
parent
2b6d692f06
commit
733ef52424
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue