Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trducng committed Apr 6, 2024
1 parent 921c18e commit f3c0e50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:
path: ${{ env.pythonLocation }}
key: ${{ steps.restore-dependencies.outputs.cache-primary-key }}

- name: Install OS-based packages
run: |
apt update -qqy
apt install -y poppler-utils libpoppler-dev
- name: Test kotaemon with pytest
run: |
pip show pytest
Expand Down

0 comments on commit f3c0e50

Please sign in to comment.