Skip to content

Commit 182630f

Browse files
repro in all os non freethreaded clear cache
1 parent ac9592d commit 182630f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/test-1079-linux.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: Test Python Minor Versions
33

44
on:
5-
# push:
6-
# branches:
7-
# - test-973
5+
push:
6+
branches:
7+
- test-973
88
workflow_dispatch:
99

1010
jobs:
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919

20+
- name: Clear cache
21+
run: |
22+
mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
23+
mkdir -p "${{ runner.tool_cache }}"
2024
- name: Setup Python
2125
uses: actions/setup-python@v6
2226
with:

0 commit comments

Comments
 (0)