From 1d055095ee82e1d31e8fadc458a4cbc1103f4b32 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Sat, 7 Feb 2026 17:50:13 +0530 Subject: [PATCH] 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 Co-authored-by: KaifAhmad1 --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 324c6178..a1a30e68 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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: