added dependencies for ldap to ci

This commit is contained in:
vabene1111
2021-10-19 18:25:02 +02:00
parent 70df8a5ffd
commit c98069c7ed

View File

@@ -29,6 +29,7 @@ jobs:
run: yarn build
- name: Install dependencies
run: |
apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
python -m pip install --upgrade pip
pip install -r requirements.txt
python3 manage.py collectstatic --noinput