There was an error while loading. Please reload this page.
1 parent 408c1af commit c9d6443Copy full SHA for c9d6443
.github/workflows/ci.yml
@@ -22,10 +22,14 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
24
- name: Install TeX Live
25
- run: |
26
- sudo apt-get update
27
- sudo apt-get install -y texlive-latex-recommended
28
- sudo tlmgr install amsmath amssymb amsfonts graphicx hyperref
+ uses: teatimeguest/setup-texlive-action@v3
+ with:
+ packages: |
+ amsmath
29
+ amssymb
30
+ amsfonts
31
+ graphicx
32
+ hyperref
33
34
- name: Install dependencies
35
run: |
0 commit comments