Skip to content

Commit bb8779c

Browse files
authored
Remove cache clearing step in testing workflow
Removed cache clearing step from workflow.
1 parent 48348fa commit bb8779c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/testing376-377.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v6
1212

13-
- name: Clear cache
14-
run: |
15-
mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
16-
mkdir -p "${{ runner.tool_cache }}"
17-
1813
- name: Set up python
1914
uses: gowridurgad/setup-python@testing-36-67
2015
with:

0 commit comments

Comments
 (0)