Skip to content

Commit

Permalink
🐛 Add python-ldap libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Sep 24, 2024
1 parent c7728a8 commit 155ffd3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
pull_request:

jobs:
test_bash:
test_code:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -22,6 +22,12 @@ jobs:
- name: Install hatch
run: pip install hatch

- name: Install requirements
run: |
sudo apt-get install \
libldap2-dev \
libsasl2-dev
- name: Test Python
run: hatch run test:all

Expand Down

0 comments on commit 155ffd3

Please sign in to comment.