From e26539d60ad806dffc37dfb8d37623fbc5ab9fd0 2023-03-24 13:45:37 From: Matthias Bussonnier Date: 2023-03-24 13:45:37 Subject: [PATCH] Refine package caching in GitHub actions. (#13985) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3c170f..82a1535 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,8 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: pip + cache-dependency-path: | + setup.cfg - name: Install latex if: runner.os == 'Linux' && matrix.deps == 'test_extra' 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