Skip to content

Commit

Permalink
CI/CD: Install ghostscript to pre-build doc's notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
martingalloar committed Jul 20, 2022
1 parent c0678dd commit 1e1bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Linux dependencies
run: |
sudo apt-get install pandoc texlive-latex-base
sudo apt-get install pandoc texlive-latex-base ghostscript
- name: Install Python dependencies
run: |
python2 -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 1e1bec1

Please sign in to comment.