We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2c816 commit cb4f9c4Copy full SHA for cb4f9c4
1 file changed
.github/workflows/tests.yml
@@ -44,10 +44,6 @@ jobs:
44
tar xvf test_data.tar.xz
45
rm test_data.tar.xz
46
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
-
51
- name: Run unit tests (without coverage testing)
52
if: ${{ success() && matrix.python-version != env.python-latest }}
53
run: python -m unittest
0 commit comments