##// END OF EJS Templates
disable latex
Matthias Bussonnier -
Show More
@@ -53,7 +53,7 b' jobs:'
53 cache: pip
53 cache: pip
54 - name: Install latex
54 - name: Install latex
55 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
55 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
56 run: sudo apt-get -yq -o Acquire::Retries=3 --no-install-suggests --no-install-recommends install texlive dvipng
56 run: echo "disable latex for now, issues in mirros" #sudo apt-get -yq -o Acquire::Retries=3 --no-install-suggests --no-install-recommends install texlive dvipng
57 - name: Install and update Python dependencies
57 - name: Install and update Python dependencies
58 run: |
58 run: |
59 python -m pip install --upgrade pip setuptools wheel build
59 python -m pip install --upgrade pip setuptools wheel build
General Comments 0
You need to be logged in to leave comments. Login now