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

fix how uv is used

This commit is contained in:
Abe Hanoka 2024-12-21 20:43:58 -05:00
parent dcbc45ed30
commit d59f0ebc81
No known key found for this signature in database
GPG key ID: 7B605E1EB3F95000

View file

@ -8,11 +8,11 @@ inputs:
runs: runs:
using: composite using: composite
steps: 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 shell: bash
- run: python -m uv pip install --system pre-commit - run: uv pip freeze
shell: bash
- run: python -m uv pip freeze
shell: bash shell: bash
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with: