remove cache envs
Some checks failed
Mypy / mypy (push) Failing after 34s
Pytest / pytest (3.13) (push) Failing after 36s
Ruff / ruff (push) Waiting to run
Mypy / mypy (pull_request) Waiting to run
Pytest / pytest (3.12) (pull_request) Waiting to run
Pytest / pytest (3.13) (pull_request) Waiting to run
Pytest / pytest (3.14) (pull_request) Waiting to run
Ruff / ruff (pull_request) Waiting to run
Pytest / pytest (3.12) (push) Failing after 34s
Pytest / pytest (3.14) (push) Has been cancelled

This commit is contained in:
Justus Kuhlmann 2026-03-20 16:45:01 +01:00
commit 94b677262a
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
3 changed files with 0 additions and 9 deletions

View file

@ -10,9 +10,6 @@ jobs:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: ${HOME}/.runner_cache/uv_cache
RUNNER_TOOL_CACHE: ${HOME}/.runner_cache/tool_cache
AGENT_TOOLSDIRECTORY: ${HOME}/.runner_cache/tool_dir
RUN_TOOL_CACHE: ${HOME}/.runner_cache/run_tool_cache
steps:
- name: Install git-annex
run: |

View file

@ -19,9 +19,6 @@ jobs:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: ${HOME}/.runner_cache/uv_cache
RUNNER_TOOL_CACHE: ${HOME}/.runner_cache/tool_cache
AGENT_TOOLSDIRECTORY: ${HOME}/.runner_cache/tool_dir
RUN_TOOL_CACHE: ${HOME}/.runner_cache/run_tool_cache
steps:
- name: Setup git
run: |

View file

@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: ${HOME}/.runner_cache/uv_cache
RUNNER_TOOL_CACHE: ${HOME}/.runner_cache/tool_cache
AGENT_TOOLSDIRECTORY: ${HOME}/.runner_cache/tool_dir
RUN_TOOL_CACHE: ${HOME}/.runner_cache/run_tool_cache
steps:
- name: Install git-annex
run: |