mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-31 20:00:38 -05:00
added dependencies for ldap to ci
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user