##// END OF EJS Templates
.github/workflows: Update actions/setup-python cache-dependency-path
Matthias Koeppe -
Show More
@@ -20,7 +20,7 b' jobs:'
20 python-version: "3.10"
20 python-version: "3.10"
21 cache: pip
21 cache: pip
22 cache-dependency-path: |
22 cache-dependency-path: |
23 setup.cfg
23 pyproject.toml
24 - name: Try building with Python build
24 - name: Try building with Python build
25 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
25 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
26 run: |
26 run: |
@@ -56,7 +56,7 b' jobs:'
56 python-version: ${{ matrix.python-version }}
56 python-version: ${{ matrix.python-version }}
57 cache: pip
57 cache: pip
58 cache-dependency-path: |
58 cache-dependency-path: |
59 setup.cfg
59 pyproject.toml
60 - name: Install latex
60 - name: Install latex
61 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
61 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
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
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