From b12dcc7b221701262e02be947a178f32df1df308 2024-02-11 06:22:35 From: Matthias Koeppe Date: 2024-02-11 06:22:35 Subject: [PATCH] .github/workflows: Update actions/setup-python cache-dependency-path --- diff --git a/.github/workflows/nightly-wheel-build.yml b/.github/workflows/nightly-wheel-build.yml index 03a222b..b1e242c 100644 --- a/.github/workflows/nightly-wheel-build.yml +++ b/.github/workflows/nightly-wheel-build.yml @@ -20,7 +20,7 @@ jobs: python-version: "3.10" cache: pip cache-dependency-path: | - setup.cfg + pyproject.toml - name: Try building with Python build if: runner.os != 'Windows' # setup.py does not support sdist on Windows run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c354e6..4d87bf4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: python-version: ${{ matrix.python-version }} cache: pip cache-dependency-path: | - setup.cfg + pyproject.toml - 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