Fix dependency issue in CI job
This commit is contained in:
parent
1a58508f8b
commit
05f8f1f6c0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ run-tests:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
coverage: /^TOTAL.+?(\d+\%)$/
|
coverage: /^TOTAL.+?(\d+\%)$/
|
||||||
before_script:
|
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:
|
script:
|
||||||
- cd uncloud_django_based/uncloud
|
- cd uncloud_django_based/uncloud
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue