Fix dependency issue in CI job

This commit is contained in:
fnux 2020-04-13 11:40:19 +02:00
parent 1a58508f8b
commit 05f8f1f6c0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ run-tests:
POSTGRES_HOST_AUTH_METHOD: trust
coverage: /^TOTAL.+?(\d+\%)$/
before_script:
- dnf install -y python3-devel python3-pip libpq-devel openldap-devel gcc
- dnf install -y python3-devel python3-pip python3-coverage libpq-devel openldap-devel gcc
script:
- cd uncloud_django_based/uncloud
- pip install -r requirements.txt