Skip to content

Commit c1eaec0

Browse files
committed
Install ghostscript and inkscape on Linux CI
1 parent d5d54be commit c1eaec0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
test:
1818
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
1919
with:
20+
libraries: |
21+
apt:
22+
- ghostscript
23+
- inkscape
2024
envs: |
2125
# Test the oldest and newest configuration on Mac and Windows
2226
- macos: py36-test-mpl20

0 commit comments

Comments
 (0)