Skip to content

Commit

Permalink
install ldap dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Sep 24, 2024
1 parent 5bdcc77 commit 2a39591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt-get update
apt-get install -y libldap2-dev libsasl2-dev
python -m pip install --upgrade pip wheel
python -m pip install flake8 pytest pytest-django
python -m pip install -r requirements/requirements.txt
Expand Down

0 comments on commit 2a39591

Please sign in to comment.