File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ jobs:
165165
166166 - uses : actions/setup-python@v6
167167 with :
168+ cache : " pip"
168169 python-version : 3.x
169170
170171 - name : Build wheels
@@ -201,6 +202,7 @@ jobs:
201202
202203 - uses : actions/setup-python@v6
203204 with :
205+ cache : " pip"
204206 python-version : 3.x
205207
206208 - name : Build wheels
@@ -233,8 +235,9 @@ jobs:
233235
234236 - uses : actions/setup-python@v6
235237 with :
236- python-version : 3.x
237238 architecture : ${{ matrix.platform.target }}
239+ cache : " pip"
240+ python-version : 3.x
238241
239242 - uses : actions/cache@v4
240243 with :
@@ -278,6 +281,7 @@ jobs:
278281
279282 - uses : actions/setup-python@v6
280283 with :
284+ cache : " pip"
281285 python-version : 3.x
282286
283287 - name : Build wheels
You can’t perform that action at this time.
0 commit comments