mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-20 23:03:11 -05:00
ci(docs): isolate docs dependencies to avoid python-ldap build
Add dedicated docs dependency group with only mkdocs-material to avoid installing python-ldap during docs builds. python-ldap requires OpenLDAP dev headers (libldap2-dev) which aren't available on standard CI runners.
This commit is contained in:
@@ -57,6 +57,9 @@ pgsql = [
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
docs = [
|
||||
"mkdocs-material==9.7.0",
|
||||
]
|
||||
dev = [
|
||||
"coverage==7.13.0",
|
||||
"coveragepy-lcov==0.1.2",
|
||||
|
||||
Reference in New Issue
Block a user