mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
feat(uv): add uv as pip replacement
This commit is contained in:
parent
2c7b3805fd
commit
14974dc737
1 changed files with 4 additions and 2 deletions
|
|
@ -8,9 +8,11 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- run: python -m pip install pre-commit
|
- run: python -m pip install --upgrade uv
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: python -m pip freeze --local
|
- run: python -m uv pip install --system pre-commit
|
||||||
|
shell: bash
|
||||||
|
- run: python -m uv pip freeze
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue