From c98069c7ed189b467321add47c8695eda26178d1 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 19 Oct 2021 18:25:02 +0200 Subject: [PATCH] added dependencies for ldap to ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d5c78406..30b53f9ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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