remove uv cache
Some checks failed
Pytest / pytest (3.13) (pull_request) Failing after 42s
Pytest / pytest (3.14) (pull_request) Failing after 41s
Ruff / ruff (pull_request) Successful in 1m2s
Mypy / mypy (pull_request) Successful in 1m12s
Mypy / mypy (push) Failing after 39s
Pytest / pytest (3.12) (push) Failing after 39s
Pytest / pytest (3.13) (push) Failing after 39s
Pytest / pytest (3.14) (push) Failing after 43s
Ruff / ruff (push) Failing after 40s
Pytest / pytest (3.12) (pull_request) Failing after 39s

This commit is contained in:
Justus Kuhlmann 2026-03-20 16:47:36 +01:00
commit c2296f00ee
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
3 changed files with 0 additions and 6 deletions

View file

@ -8,8 +8,6 @@ on:
jobs:
mypy:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: ${HOME}/.runner_cache/uv_cache
steps:
- name: Install git-annex
run: |

View file

@ -17,8 +17,6 @@ jobs:
- "3.14"
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: ${HOME}/.runner_cache/uv_cache
steps:
- name: Setup git
run: |

View file

@ -9,8 +9,6 @@ jobs:
ruff:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: ${HOME}/.runner_cache/uv_cache
steps:
- name: Install git-annex
run: |