Skip to content

Commit

Permalink
PyIRoGlass v0.2.0 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Sep 24, 2023
1 parent ac39bc9 commit 7b288cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
python-version: ${{matrix.python-version}}

- name: Install LaTeX
run: |
sudo apt-get update
sudo apt-get install -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra texlive-xetex
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7b288cf

Please sign in to comment.