Skip to content

Commit 39f53c5

Browse files
Removed actions/setup-python from pre-commit (#1102)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 68af519 commit 39f53c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- uses: actions/checkout@v5
1818
with:
1919
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 }}
2320
- uses: astral-sh/setup-uv@v6
2421
with:
2522
enable-cache: true

0 commit comments

Comments
 (0)