Skip to content

Commit 3d92a94

Browse files
Try not pruning cache
1 parent 83ea6b7 commit 3d92a94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
python-version: ${{ matrix.py }}
3737
- run: uv sync --extra test --locked
3838
- run: uv run pytest --benchmark-disable -vvv
39-
- run: uv cache prune --ci
4039
mypy:
4140
runs-on: ubuntu-latest
4241
steps:
@@ -53,7 +52,6 @@ jobs:
5352
- run: uv sync --extra test --locked
5453
- run: make mypy
5554
- run: make stubtest
56-
- run: uv cache prune --ci
5755

5856
benchmark:
5957
runs-on: ubuntu-latest
@@ -72,7 +70,6 @@ jobs:
7270
with:
7371
token: ${{ secrets.CODSPEED_TOKEN }}
7472
run: uv run pytest -vvv -n auto
75-
- run: uv cache prune --ci
7673

7774
docs:
7875
runs-on: ubuntu-latest
@@ -92,4 +89,3 @@ jobs:
9289
sudo apt-get install -y graphviz
9390
- run: uv sync --extra docs --locked
9491
- run: make docs
95-
- run: uv cache prune --ci

0 commit comments

Comments
 (0)