Fixed CI, again

This commit is contained in:
Éloi Rivard 2022-05-13 12:07:33 +02:00
parent 254c401ad3
commit 9e529c97c6

View file

@ -11,7 +11,7 @@ before_script:
- env DEBIAN_FRONTEND=noninteractive apt install --yes slapd python3-dev libldap2-dev libsasl2-dev libssl-dev ldap-utils
- curl -O https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- pip install tox poetry coveralls pyyaml toml
- pip install tox poetry coveralls[toml] pyyaml
style:
image: python:3.10