From dba789c38fbb8c7b7875d3c8e96f43f5dda60522 2023-03-24 10:15:35 From: Matthias Bussonnier Date: 2023-03-24 10:15:35 Subject: [PATCH] try cache --- 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