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 023ac77 commit 7c34839Copy full SHA for 7c34839
.github/workflows/run-tox.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
33
- name: Install APT Packages
34
run: |
35
- apt-get install -y poppler-utils imagemagick
+ sudo apt-get install -y poppler-utils imagemagick
36
- name: Cache tox and precommit environments
37
uses: actions/cache@v4
38
with:
0 commit comments