Skip to content

Commit ebc5216

Browse files
add some more caching
1 parent 82fb0c2 commit ebc5216

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)