Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kian79 committed Jan 31, 2024
1 parent fd01a60 commit ac12b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run tests
run: pytest
run: PYTHONPATH=. pytest

deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pdf_processing/test_pdf_extractor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from preprocessing import convert_pdf_to_text
from preprocessing import convert_pdf_to_text

input_pdf_path = 'tests/sample_pdf.pdf'
result_text = convert_pdf_to_text(input_pdf_path)
Expand Down

0 comments on commit ac12b1c

Please sign in to comment.