Skip to content

Commit f7b934b

Browse files
committed
chore(ci): try to not prune uv cache
1 parent d34e7a1 commit f7b934b

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
@@ -45,7 +45,6 @@ jobs:
4545
python-version: ${{ matrix.python-version }}
4646
cache-dependency-glob: "requirements**.txt"
4747
cache-suffix: "${{ matrix.python-version }}"
48-
prune-cache: false
4948

5049
- name: Installation - *nix
5150
run: |
@@ -166,7 +165,6 @@ jobs:
166165
python-version: ${{ matrix.python-version }}
167166
cache-dependency-glob: "requirements**.txt"
168167
cache-suffix: "${{ matrix.python-version }}"
169-
prune-cache: false
170168

171169
- name: Installation - macOS (Brew)
172170
run: |
@@ -278,7 +276,6 @@ jobs:
278276
python-version: ${{ matrix.python-version }}
279277
cache-dependency-glob: "requirements**.txt"
280278
cache-suffix: "${{ matrix.python-version }}"
281-
prune-cache: false
282279

283280
- name: Installation
284281
run: |
@@ -428,7 +425,6 @@ jobs:
428425
python-version: "3.12"
429426
cache-dependency-glob: "requirements**.txt"
430427
cache-suffix: "3.12"
431-
prune-cache: false
432428

433429
- name: Installation - *nix
434430
run: |

0 commit comments

Comments
 (0)