We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9365add commit f113521Copy full SHA for f113521
1 file changed
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install uv
15
uses: astral-sh/setup-uv@v4
16
with:
17
- enable-cache: true
+ enable-cache: false
18
- name: Set up Python ${{ matrix.python-version }}
19
run: uv python install ${{ matrix.python-version }}
20
- name: Install tox
0 commit comments