We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7713264 commit c610b91Copy full SHA for c610b91
.github/workflows/tests.yml
@@ -33,6 +33,6 @@ jobs:
33
uses: pypa/hatch@install
34
- name: Install poppler
35
if: runner.os == 'Linux'
36
- run: sudo apt install poppler-utils
+ run: sudo apt-get update && sudo apt-get install poppler-utils
37
- name: Run tests
38
run: hatch test --cover -py 3.9
0 commit comments