File tree Expand file tree Collapse file tree 5 files changed +13
-122
lines changed Expand file tree Collapse file tree 5 files changed +13
-122
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 85
85
id: calc-cache-key-files
86
86
uses: ./.github/actions/cache-keys
87
87
- name : Set up pip cache
88
- uses : ./.github/actions/ cache-pip -deps
88
+ uses : re-actors/ cache-python -deps@release/v1
89
89
with :
90
- cache-key-for-dep -files : >-
90
+ cache-key-for-dependency -files : >-
91
91
${{ steps.calc-cache-key-files.outputs.cache-key-for-dep-files }}
92
92
- name : Install core libraries for build
93
93
run : python -Im pip install build
@@ -233,9 +233,9 @@ jobs:
233
233
id: calc-cache-key-files
234
234
uses: ./.github/actions/cache-keys
235
235
- name : Set up pip cache
236
- uses : ./.github/actions/ cache-pip -deps
236
+ uses : re-actors/ cache-python -deps@release/v1
237
237
with :
238
- cache-key-for-dep -files : >-
238
+ cache-key-for-dependency -files : >-
239
239
${{ steps.calc-cache-key-files.outputs.cache-key-for-dep-files }}
240
240
- name : Install dependencies
241
241
uses : py-actions/py-dependency-install@v4
Original file line number Diff line number Diff line change 42
42
id: calc-cache-key-files
43
43
uses: ./.github/actions/cache-keys
44
44
- name : Set up pip cache
45
- uses : ./.github/actions/ cache-pip -deps
45
+ uses : re-actors/ cache-python -deps@release/v1
46
46
with :
47
- cache-key-for-dep -files : >-
47
+ cache-key-for-dependency -files : >-
48
48
${{ steps.calc-cache-key-files.outputs.cache-key-for-dep-files }}
49
49
- name : Cache pre-commit.com virtualenvs
50
50
uses : actions/cache@v4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ GitHub Actions CI/CD is now configured to manage caching pip-ecosystem
2
+ dependencies using `re-actors/cache-python-deps `_ -- an action by
3
+ :user: `webknjaz ` that takes into account ABI stability and the exact
4
+ version of Python runtime.
5
+
6
+ .. _`re-actors/cache-python-deps` :
7
+ https://github.com/marketplace/actions/cache-python-deps
You can’t perform that action at this time.
0 commit comments