Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit faaa3eb

Browse files
committed
Install all extras for unit tests
1 parent 1a2689b commit faaa3eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ test-trial:
2424
name: $CI_REGISTRY_IMAGE:latest
2525
entrypoint: [""]
2626
before_script:
27+
- apt-get update
28+
- apt-get install -yqq git libpq-dev build-essential
2729
- pip install poetry
28-
- poetry install
30+
- poetry install --extras all
2931
script:
3032
- poetry run trial -j 4 tests
3133

0 commit comments

Comments
 (0)