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 6 deletions
Showing only changes of commit c2296f00ee - Show all commits

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

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

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