updating ci

This commit is contained in:
vabene1111 2022-05-30 21:48:34 +02:00
parent f768aef0b9
commit 12df4abc80

View File

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