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 2fc53d3 commit 58b4ab2Copy full SHA for 58b4ab2
.github/workflows/ci.yml
@@ -63,6 +63,7 @@ jobs:
63
uses: astral-sh/setup-uv@v5
64
with:
65
python-version: ${{ matrix.python-version }}
66
+ enable-cache: false
67
68
- name: Test typing_extensions
69
run: |
0 commit comments