Skip to content

Commit 1e1bec1

Browse files
author
Martin Gallo
committed
CI/CD: Install ghostscript to pre-build doc's notebooks
1 parent c0678dd commit 1e1bec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
python-version: ${{ matrix.python-version }}
9797
- name: Install Linux dependencies
9898
run: |
99-
sudo apt-get install pandoc texlive-latex-base
99+
sudo apt-get install pandoc texlive-latex-base ghostscript
100100
- name: Install Python dependencies
101101
run: |
102102
python2 -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)