5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 18:56:55 +00:00

ci: install Python using uv

This commit is contained in:
Matthias Schoettle 2025-02-15 11:53:58 +00:00
parent a8df2899ac
commit b6d550bbc3

View file

@ -15,5 +15,7 @@ jobs:
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Python ${{ matrix.python-version }}
run: uv python install
- name: self test action
uses: ./