Skip to content

Commit b278306

Browse files
authored
Update build.yaml
1 parent 3e4072a commit b278306

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323

2424
runs-on: ${{ matrix.os }}
2525

26-
steps:
27-
- name: Clear pip cache
28-
run: |
29-
if ($Env:RUNNER_OS -eq "Windows") { Remove-Item -Recurse -Force $env:USERPROFILE\.cache\pip } else { rm -rf ~/.cache/pip }
30-
3126
- name: Cache dependencies
3227
id: pip-cache
3328
uses: actions/cache@v3

0 commit comments

Comments
 (0)