Skip to content

Commit e033262

Browse files
test 1309 with clear cache
1 parent 0e8bdcc commit e033262

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-1309.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
2727
- uses: actions/checkout@v6
2828

29+
- name: Clear cache
30+
run: |
31+
rm -rf "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
32+
mkdir -p "${{ runner.tool_cache }}"
2933
- uses: actions/setup-python@v6
3034
with:
3135
python-version: '3.13'

0 commit comments

Comments
 (0)