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
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:
parent
6cfa51f878
commit
94b677262a
3 changed files with 0 additions and 9 deletions
3
.github/workflows/mypy.yaml
vendored
3
.github/workflows/mypy.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
3
.github/workflows/pytest.yaml
vendored
3
.github/workflows/pytest.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
3
.github/workflows/ruff.yaml
vendored
3
.github/workflows/ruff.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue