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:
KaifAhmad1
2026-02-07 17:50:13 +05:30
co-authored by ZohaibHassan16 KaifAhmad1
parent 17428fdb08
commit 1d055095ee
+1 -1
View File
@@ -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: