We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c9da8 commit fc34132Copy full SHA for fc34132
.github/workflows/test.yml
@@ -78,6 +78,9 @@ jobs:
78
COVERAGE_FILE: macos-py${{ matrix.python-version }}.coverage
79
80
steps:
81
+ - name: Clear GitHub Actions cache
82
+ run: sudo rm -rf /Users/runner/hostedtoolcache
83
+
84
- uses: actions/checkout@v4
85
- name: Set up Python ${{ matrix.python-version }}
86
id: sp
@@ -86,8 +89,6 @@ jobs:
89
python-version: ${{ matrix.python-version }}
87
90
- name: Install Just
88
91
uses: extractions/setup-just@v2
- with:
- just-version: '1.39.0'
92
- name: Install uv
93
uses: astral-sh/setup-uv@v5
94
with:
0 commit comments