monarch-initiative / monarch-ingest

Data ingest application for Monarch Initiative knowledge graph using Koza
https://monarchinitiative.org
14 stars 1 forks source link

Docs deploy action is failing #470

Closed kevinschaper closed 1 year ago

kevinschaper commented 1 year ago
Installing the current project: monarch-ingest (0.3.8)
poetry run typer src/monarch_ingest/main.py utils docs --name ingest --output docs/Usage.md
/home/runner/.cache/pypoetry/virtualenvs/monarch-ingest-YUhf-2Ey-py3.11/lib/python3.11/site-packages/ndex2/nice_cx_network.py:1894: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if mi.get("consistencyGroup" is not None):
/home/runner/.cache/pypoetry/virtualenvs/monarch-ingest-YUhf-2Ey-py3.11/lib/python3.11/site-packages/rdflib_jsonld/__init__.py:9: DeprecationWarning: The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.0.  Please remove rdflib-jsonld from your project's dependencies.
  warnings.warn(
Docs saved to: docs/Usage.md
ERROR    -  Config value 'plugins': The "mkdocstrings" plugin is not installed
Aborted with 1 Configuration Errors!
Error: Process completed with exit code 1.
glass-ships commented 1 year ago

See #480