We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03955ea commit 71392a7Copy full SHA for 71392a7
.github/workflows/run-unit-tests.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
sudo apt-get update
48
# https://github.com/python-ldap/python-ldap/blob/main/.github/workflows/ci.yml
49
- sudo apt-get install -y libldap2-dev libsasl2-dev slapd ldap-utils apparmor-utils
+ sudo apt-get install -y libldap2-dev libsasl2-dev slapd ldap-utils enchant-2 apparmor-utils
50
# Disable AppArmor for slapd to allow slapdtest to create temp instances
51
sudo aa-disable /usr/sbin/slapd
52
0 commit comments