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 a59d190 commit 023ac77Copy full SHA for 023ac77
.github/workflows/run-tox.yml
@@ -30,12 +30,9 @@ jobs:
30
- name: Get current month
31
id: date
32
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
33
- - name: Cache APT Packages
34
- uses: awalsh128/cache-apt-pkgs-action@latest
35
- with:
36
- packages: poppler-utils imagemagick
37
- version: 2025.07.02
38
- execute_install_scripts: true
+ - name: Install APT Packages
+ run: |
+ apt-get install -y poppler-utils imagemagick
39
- name: Cache tox and precommit environments
40
uses: actions/cache@v4
41
with:
0 commit comments