Skip to content

Commit 3a2bb22

Browse files
authored
Merge pull request freqtrade#12268 from freqtrade/maint/cache
changes to CI caching
2 parents d34e7a1 + a7c4ec6 commit 3a2bb22

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 22 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,30 +165,11 @@ 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: |
173171
# brew update
174172
# TODO: Should be the brew upgrade
175-
# homebrew fails to update python due to unlinking failures
176-
# https://github.com/actions/runner-images/issues/6817
177-
rm /usr/local/bin/2to3 || true
178-
rm /usr/local/bin/2to3-3.11 || true
179-
rm /usr/local/bin/2to3-3.12 || true
180-
rm /usr/local/bin/idle3 || true
181-
rm /usr/local/bin/idle3.11 || true
182-
rm /usr/local/bin/idle3.12 || true
183-
rm /usr/local/bin/pydoc3 || true
184-
rm /usr/local/bin/pydoc3.11 || true
185-
rm /usr/local/bin/pydoc3.12 || true
186-
rm /usr/local/bin/python3 || true
187-
rm /usr/local/bin/python3.11 || true
188-
rm /usr/local/bin/python3.12 || true
189-
rm /usr/local/bin/python3-config || true
190-
rm /usr/local/bin/python3.11-config || true
191-
rm /usr/local/bin/python3.12-config || true
192-
193173
brew install libomp
194174
195175
- name: Installation (python)
@@ -278,7 +258,6 @@ jobs:
278258
python-version: ${{ matrix.python-version }}
279259
cache-dependency-glob: "requirements**.txt"
280260
cache-suffix: "${{ matrix.python-version }}"
281-
prune-cache: false
282261

283262
- name: Installation
284263
run: |
@@ -428,7 +407,6 @@ jobs:
428407
python-version: "3.12"
429408
cache-dependency-glob: "requirements**.txt"
430409
cache-suffix: "3.12"
431-
prune-cache: false
432410

433411
- name: Installation - *nix
434412
run: |

0 commit comments

Comments
 (0)