Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@ jobs:
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Cache APT Packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages:
poppler-utils
imagemagick
version: 1.1
- name: Install APT Packages
run: |
sudo apt-get update
sudo apt-get install -y poppler-utils imagemagick
- name: Cache tox and precommit environments
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
.tox
Expand Down