File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 95
95
architecture : ${{ matrix.arch || 'x64' }}
96
96
# allows us to use '3.12' and get '-dev' while we wait
97
97
allow-prereleases : true
98
+ cache : pip
98
99
99
100
- name : setup coverage
100
101
if : startsWith(matrix.python, 'pypy') || startsWith(matrix.python, '3.12')
@@ -107,16 +108,6 @@ jobs:
107
108
# run: |
108
109
# echo "PYZMQ_CYTHON_COVERAGE=1" >> "$GITHUB_ENV"
109
110
110
- # preserve pip cache to speed up installation
111
- - name : Cache pip
112
- uses : actions/cache@v4
113
- with :
114
- path : ~/.cache/pip
115
- # Look to see if there is a cache hit for the corresponding requirements file
116
- key : ${{ runner.os }}-pip-${{ runner.python }}-${{ hashFiles('*requirements.txt') }}
117
- restore-keys : |
118
- ${{ runner.os }}-pip-
119
-
120
111
- name : install dependencies
121
112
run : |
122
113
pip install --upgrade pip wheel
Original file line number Diff line number Diff line change 36
36
uses : actions/setup-python@v5
37
37
with :
38
38
python-version : " 3.11"
39
+ cache : pip
39
40
40
41
- name : install dependencies
41
42
run : |
You can’t perform that action at this time.
0 commit comments