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
Ruff / ruff (push) Failing after 40s
Pytest / pytest (3.12) (push) Failing after 39s
Pytest / pytest (3.13) (push) Failing after 39s
Pytest / pytest (3.14) (push) Failing after 43s
Pytest / pytest (3.12) (pull_request) Failing after 39s
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
Ruff / ruff (push) Failing after 40s
Pytest / pytest (3.12) (push) Failing after 39s
Pytest / pytest (3.13) (push) Failing after 39s
Pytest / pytest (3.14) (push) Failing after 43s
Pytest / pytest (3.12) (pull_request) Failing after 39s
This commit is contained in:
parent
94b677262a
commit
c2296f00ee
3 changed files with 0 additions and 6 deletions
2
.github/workflows/mypy.yaml
vendored
2
.github/workflows/mypy.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
2
.github/workflows/ruff.yaml
vendored
2
.github/workflows/ruff.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue