remove pip cache
Some checks failed
Mypy / mypy (push) Failing after 39s
Pytest / pytest (3.12) (push) Failing after 40s
Pytest / pytest (3.13) (push) Failing after 39s
Pytest / pytest (3.14) (push) Failing after 42s
Ruff / ruff (push) Failing after 39s
Mypy / mypy (pull_request) Failing after 39s
Pytest / pytest (3.13) (pull_request) Failing after 39s
Pytest / pytest (3.14) (pull_request) Failing after 42s
Pytest / pytest (3.12) (pull_request) Failing after 1m14s
Ruff / ruff (pull_request) Failing after 39s

This commit is contained in:
Justus Kuhlmann 2026-03-20 17:25:44 +01:00
commit a5d6b978ea
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -34,7 +34,6 @@ jobs:
uses: https://github.com/actions/setup-python@v5 uses: https://github.com/actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install uv - name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5 uses: https://github.com/astral-sh/setup-uv@v5
- name: Install corrlib - name: Install corrlib