Skip to content

Commit 552c22c

Browse files
remove unneeded pip cache
1 parent 23bb0f5 commit 552c22c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ jobs:
172172

173173
- uses: actions/setup-python@v6
174174
with:
175-
cache: "pip"
176175
python-version: 3.x
177176

178177
- uses: actions/cache@v4
@@ -222,7 +221,6 @@ jobs:
222221

223222
- uses: actions/setup-python@v6
224223
with:
225-
cache: "pip"
226224
python-version: 3.x
227225

228226
- uses: actions/cache@v4
@@ -269,7 +267,6 @@ jobs:
269267
- uses: actions/setup-python@v6
270268
with:
271269
architecture: ${{ matrix.platform.target }}
272-
cache: "pip"
273270
python-version: 3.x
274271

275272
- uses: actions/cache@v4
@@ -314,7 +311,6 @@ jobs:
314311

315312
- uses: actions/setup-python@v6
316313
with:
317-
cache: "pip"
318314
python-version: 3.x
319315

320316
- uses: actions/cache@v4

0 commit comments

Comments
 (0)