Skip to content

Commit fd58902

Browse files
committed
add ldap dependency
1 parent fabd08c commit fd58902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Setup Sphinx
1919
run: |
20-
apt update && apt install -y python3-pip build-essential
20+
apt update && apt install -y python3-pip python3-ldap build-essential
2121
pip install sphinx_rtd_theme
2222
2323
- name: Build

0 commit comments

Comments
 (0)