Skip to content

Commit 3d830c5

Browse files
committed
fix(CI): remove UV caches
1 parent c07cb23 commit 3d830c5

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/pre-commit.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Cache uv
18-
uses: actions/cache@v4
19-
with:
20-
path: |
21-
~/.cache/uv
22-
.venv
23-
key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml', '**/pdm.lock', '**/uv.lock') }}
24-
2517
- name: Install UV and Python
2618
uses: astral-sh/setup-uv@v5
2719
with:

.github/workflows/tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Cache uv
19-
uses: actions/cache@v4
20-
with:
21-
path: |
22-
~/.cache/uv
23-
.venv
24-
key: ${{ runner.os }}-uv-${{ matrix.python-version }}-${{ hashFiles('**/pyproject.toml', '**/pdm.lock', '**/uv.lock') }}
25-
2618
- name: Install UV and Python
2719
uses: astral-sh/setup-uv@v5
2820
with:

0 commit comments

Comments
 (0)