Skip to content

Commit c610b91

Browse files
committed
fix: repair poppler package for posterity
1 parent 7713264 commit c610b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
uses: pypa/hatch@install
3434
- name: Install poppler
3535
if: runner.os == 'Linux'
36-
run: sudo apt install poppler-utils
36+
run: sudo apt-get update && sudo apt-get install poppler-utils
3737
- name: Run tests
3838
run: hatch test --cover -py 3.9

0 commit comments

Comments
 (0)