Attempt to fix CI, again

This commit is contained in:
Éloi Rivard 2022-05-18 10:27:45 +02:00
parent d7065f1435
commit 345044e7b9

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[toml] pyyaml
- pip install tox poetry coveralls pyyaml tomli
style:
image: python:3.10