Skip to content

Commit

Permalink
test popple
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 30, 2023
1 parent 5756d60 commit e7d91c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install -y poppler-utils imagemagick pandoc
sudo apt-get update
sudo apt-get install -y poppler-utils imagemagick pandoc --fix-missing
python -m pip install --upgrade pip setuptools
pip install tox-gh-actions pandoc
- name: Run tox
Expand Down

0 comments on commit e7d91c6

Please sign in to comment.