##// END OF EJS Templates
Refine package caching in GitHub actions. (#13985)
Matthias Bussonnier -
r28178:e26539d6 merge
parent child Browse files
Show More
@@ -55,6 +55,8 b' jobs:'
55 with:
55 with:
56 python-version: ${{ matrix.python-version }}
56 python-version: ${{ matrix.python-version }}
57 cache: pip
57 cache: pip
58 cache-dependency-path: |
59 setup.cfg
58 - name: Install latex
60 - name: Install latex
59 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
61 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
60 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
62 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
General Comments 0
You need to be logged in to leave comments. Login now