Skip to content

Commit fc34132

Browse files
committed
try clear cache
1 parent 12c9da8 commit fc34132

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
COVERAGE_FILE: macos-py${{ matrix.python-version }}.coverage
7979

8080
steps:
81+
- name: Clear GitHub Actions cache
82+
run: sudo rm -rf /Users/runner/hostedtoolcache
83+
8184
- uses: actions/checkout@v4
8285
- name: Set up Python ${{ matrix.python-version }}
8386
id: sp
@@ -86,8 +89,6 @@ jobs:
8689
python-version: ${{ matrix.python-version }}
8790
- name: Install Just
8891
uses: extractions/setup-just@v2
89-
with:
90-
just-version: '1.39.0'
9192
- name: Install uv
9293
uses: astral-sh/setup-uv@v5
9394
with:

0 commit comments

Comments
 (0)