Skip to content

Commit

Permalink
alt way to install texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Feb 13, 2024
1 parent fbce22d commit 1ffa6eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/checkout@master
with:
persist-credentials: false
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: tl_packages
- name: Setup Miniconda using Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
Expand All @@ -25,8 +29,6 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
sudo apt update
sudo apt-get install texlive texlive-latex-extra
pip install -e .
pip install pytest-cov
pip install pytest-pycodestyle
Expand Down

0 comments on commit 1ffa6eb

Please sign in to comment.