mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
fix: add python-pptx dependency to CI to resolve PPTX parsing import errors
- Add python-pptx to benchmark.yml dependencies - Fix ModuleNotFoundError: No module named 'pptx' - Continue fixing missing dependencies one by one - Working towards complete CI compatibility Co-authored-by: ZohaibHassan16 <zohaibhassan16@users.noreply.github.com> Co-authored-by: KaifAhmad1 <kaifahmad087@users.noreply.github.com>
This commit is contained in:
co-authored by
ZohaibHassan16
KaifAhmad1
parent
17428fdb08
commit
1d055095ee
@@ -32,7 +32,7 @@ jobs:
|
||||
pip install -e .
|
||||
pip install -r benchmarks/requirements.txt
|
||||
python -m spacy download en_core_web_sm
|
||||
pip install rdflib neo4j faiss-cpu torch pyarrow pdfplumber # Add pyarrow and pdfplumber
|
||||
pip install rdflib neo4j faiss-cpu torch pyarrow pdfplumber python-pptx # Add all parsing dependencies
|
||||
|
||||
- name: Execute Benchmarks (Real Mode)
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user