fix/uv-setup #21

Merged
jkuhl merged 27 commits from fix/uv-setup into develop 2026-03-23 12:40:22 +01:00
3 changed files with 0 additions and 9 deletions
Showing only changes of commit 94b677262a - Show all commits

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

Justus Kuhlmann 2026-03-20 16:45:01 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

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: |