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 80788d6 commit e3b7ccfCopy full SHA for e3b7ccf
.github/workflows/run-tox.yml
@@ -27,12 +27,12 @@ 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
34
packages:
35
poppler-utils
- imagemagick
36
version: 1.1
37
- name: Cache tox and precommit environments
38
uses: actions/cache@v5
0 commit comments