setup local cache
Some checks failed
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
Mypy / mypy (push) Failing after 34s
Pytest / pytest (3.12) (push) Failing after 34s
Pytest / pytest (3.13) (push) Failing after 19s
Pytest / pytest (3.14) (push) Failing after 36s
Ruff / ruff (push) Has been cancelled

This commit is contained in:
Justus Kuhlmann 2026-03-20 16:42:55 +01:00
commit 6cfa51f878
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
3 changed files with 13 additions and 3 deletions

View file

@ -9,7 +9,10 @@ jobs:
mypy:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: /tmp/.uv-cache
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

@ -18,7 +18,10 @@ jobs:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: /tmp/.uv-cache
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: |
@ -36,6 +39,7 @@ jobs:
uses: https://github.com/actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
- name: Install corrlib

View file

@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: /tmp/.uv-cache
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: |