mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
ci: install Python using uv
This commit is contained in:
parent
a8df2899ac
commit
b6d550bbc3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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: ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue