Show More
@@ -29,6 +29,9 b' jobs:' | |||||
29 | uses: actions/setup-python@v2 |
|
29 | uses: actions/setup-python@v2 | |
30 | with: |
|
30 | with: | |
31 | python-version: ${{ matrix.python-version }} |
|
31 | python-version: ${{ matrix.python-version }} | |
|
32 | - name: Install latex | |||
|
33 | if: runner.os == 'Linux' | |||
|
34 | run: sudo apt-get -yq -o Acquire::Retries=3 --no-install-suggests --no-install-recommends install texlive dvipng | |||
32 | - name: Install and update Python dependencies |
|
35 | - name: Install and update Python dependencies | |
33 | run: | |
|
36 | run: | | |
34 | python -m pip install --upgrade pip setuptools wheel |
|
37 | python -m pip install --upgrade pip setuptools wheel |
General Comments 0
You need to be logged in to leave comments.
Login now