Skip to content
Snippets Groups Projects
Commit b9522a19 authored by Chris Pastl's avatar Chris Pastl
Browse files

ci: add libldap2-dev to requirements

parent 448f0f69
No related branches found
No related tags found
1 merge request!35make test and coverage
...@@ -14,7 +14,7 @@ stages: ...@@ -14,7 +14,7 @@ stages:
.install_requirements: &install_requirements .install_requirements: &install_requirements
- apt-get -qq update - apt-get -qq update
- apt-get -y install curl pip - apt-get -y install curl pip libldap2-dev
- python3 -m pip install --upgrade pip - python3 -m pip install --upgrade pip
- pip install poetry - pip install poetry
- poetry install --no-interaction - poetry install --no-interaction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment