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