Skip to content

Commit

Permalink
fix(ci): well maybe this will work?????
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jan 24, 2025
1 parent 42d924d commit d147728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
python-version: "3.9"
- name: Install Hatch
uses: pypa/hatch@install

- name: Install poppler
if: runner.os == "Linux"
run: sudo apt install poppler-utils

- name: Run tests
run: hatch test --cover -py 3.9

0 comments on commit d147728

Please sign in to comment.