Skip to content

Commit

Permalink
Add os dependencies to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Nov 21, 2024
1 parent 5d59e21 commit fabc680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
python-version: ${{matrix.python-version}}
cache: pip
- run: apt-get update && apt-get install -y libldap2-dev libsasl2-dev libssl-dev
- name: Install dependencies
run: pip install -r dev-requirements.txt && pip install -e .

Expand Down

0 comments on commit fabc680

Please sign in to comment.