We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0678dd commit 1e1bec1Copy full SHA for 1e1bec1
.github/workflows/build_and_test.yml
@@ -96,7 +96,7 @@ jobs:
96
python-version: ${{ matrix.python-version }}
97
- name: Install Linux dependencies
98
run: |
99
- sudo apt-get install pandoc texlive-latex-base
+ sudo apt-get install pandoc texlive-latex-base ghostscript
100
- name: Install Python dependencies
101
102
python2 -m pip install --upgrade pip wheel
0 commit comments