Skip to content

Commit

Permalink
fix(ci): well there is no apt elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jan 24, 2025
1 parent a10c848 commit 833850c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install Hatch
uses: pypa/hatch@install
- name: Install poppler
if: ${{ matrix.os }} == "ubuntu-latest"
run: sudo apt install poppler-utils
- name: Run tests
run: hatch test --cover -py 3.9

0 comments on commit 833850c

Please sign in to comment.