Skip to content

Commit cb4f9c4

Browse files
committed
Trying without latex deps
1 parent 2f2c816 commit cb4f9c4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
tar xvf test_data.tar.xz
4545
rm test_data.tar.xz
4646
47-
- name: Install TeX dependencies for run_herg_qc test
48-
timeout-minutes: 5
49-
run: sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super -y
50-
5147
- name: Run unit tests (without coverage testing)
5248
if: ${{ success() && matrix.python-version != env.python-latest }}
5349
run: python -m unittest

0 commit comments

Comments
 (0)