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 e3b7ccf commit 5156226Copy full SHA for 5156226
.github/workflows/run-tox.yml
@@ -27,13 +27,10 @@ jobs:
27
uses: actions/setup-python@v6
28
with:
29
python-version: ${{ matrix.python-version }}
30
- - uses: mfinelli/setup-imagemagick@v7
31
- - name: Cache APT Packages
32
- uses: awalsh128/cache-apt-pkgs-action@latest
33
- with:
34
- packages:
35
- poppler-utils
36
- version: 1.1
+ - name: Install APT Packages
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y poppler-utils imagemagick
37
- name: Cache tox and precommit environments
38
uses: actions/cache@v5
39
0 commit comments