Skip to content

Commit

Permalink
Install necessary packages in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 2, 2023
1 parent 811e1af commit 1619b97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Prepare system
run: |
sysctl kernel.perf_event_paranoid=-1
pacman -Syu --noconfirm diffutils time gcc dpkg
pacman -Syu --noconfirm diffutils time gcc dpkg ghostscript texlive-latexextra
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Prepare system
run: |
apt update
apt install -y sqlite3 sqlite3-doc build-essential dpkg
apt install -y sqlite3 sqlite3-doc build-essential dpkg texlive-latex-extra ghostscript
sysctl kernel.perf_event_paranoid=-1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
rm -f /usr/local/bin/2to3* /usr/local/bin/python3* /usr/local/bin/idle3* \
/usr/local/bin/pydoc3* # Homebrew will fail if these exist
brew install gnu-time coreutils diffutils dpkg
brew install gnu-time coreutils diffutils dpkg ghostscript texlive
- name: Install Python dependencies
run: |
python3 -m pip install .[tests]
Expand Down

0 comments on commit 1619b97

Please sign in to comment.