mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
fix how uv is used
This commit is contained in:
parent
dcbc45ed30
commit
d59f0ebc81
1 changed files with 4 additions and 4 deletions
|
|
@ -8,11 +8,11 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: python -m pip install --upgrade uv
|
||||
- name: Set up uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
- run: uv pip install --system pre-commit
|
||||
shell: bash
|
||||
- run: python -m uv pip install --system pre-commit
|
||||
shell: bash
|
||||
- run: python -m uv pip freeze
|
||||
- run: uv pip freeze
|
||||
shell: bash
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue