Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Jan 18, 2025
1 parent 9cb35da commit c9f04d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.13'
- name: Install required debian packages
run: sudo apt-get update && apt-get install -y poppler-utils # required by pdf2image
run: sudo apt-get update && sudo apt-get install -y poppler-utils # required by pdf2image
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c9f04d7

Please sign in to comment.