Skip to content

Commit f5dd873

Browse files
committed
F4/CI: install pymupdf utk CvExtractionTest
scripts/extract_cv.py pakai 'import fitz' (PyMuPDF). Tanpa itu cv_text=null di CI -> 4 test recruitment CV gagal. Tambah step pip install pymupdf.
1 parent b4a592c commit f5dd873

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
npm ci
7272
npm run build
7373
74+
- name: Install PyMuPDF (CV extraction)
75+
# CvExtractionService memakai python3 + pymupdf untuk baca teks PDF.
76+
run: pip install --quiet pymupdf
77+
7478
- name: Prepare environment
7579
run: |
7680
cp .env.example .env

0 commit comments

Comments
 (0)