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.
actions/setup-python
pre-commit
1 parent 68af519 commit 39f53c5Copy full SHA for 39f53c5
.github/workflows/tests.yml
@@ -17,9 +17,6 @@ jobs:
17
- uses: actions/checkout@v5
18
with:
19
fetch-depth: 0 # For setuptools-scm, replace with fetch-tags after https://github.com/actions/checkout/issues/1471
20
- - uses: actions/setup-python@v6
21
- with:
22
- python-version: ${{ matrix.python-version }}
23
- uses: astral-sh/setup-uv@v6
24
25
enable-cache: true
0 commit comments