Skip to content

Commit

Permalink
Try to fix GithubRunner.yaml
Browse files Browse the repository at this point in the history
It fails to install ghostscript.
  • Loading branch information
otargowski authored Jul 21, 2024
1 parent 011b0a6 commit cef0781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/GithubRunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: |
pip install .[tests]
sudo apt update
sudo apt install texlive-latex-recommended -y
sudo apt install ghostscript -y
- name: Run github runner pytest
Expand Down

0 comments on commit cef0781

Please sign in to comment.