Skip to content

Commit

Permalink
Tests need ghostscript.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 31, 2022
1 parent 8ef792e commit d345b29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox
sudo apt-get update && sudo apt-get install -y ghostscript
- name: Test
run: tox -e ${{ matrix.config[1] }}
- name: Coverage
Expand Down
5 changes: 5 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ additional-rules = [
"recursive-include src *.ttf",
"recursive-include src *.txt",
]

[github-actions]
additional-install = [
"sudo apt-get update && sudo apt-get install -y ghostscript",
]

0 comments on commit d345b29

Please sign in to comment.