chore: standardize to official astral-sh/setup-uv@v6 action (#24527)
This commit is contained in:
parent
410fe7293f
commit
884fdc2fa8
6 changed files with 16 additions and 43 deletions
5
.github/workflows/api-tests.yml
vendored
5
.github/workflows/api-tests.yml
vendored
|
|
@ -33,10 +33,11 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Setup UV and Python
|
||||
uses: ./.github/actions/setup-uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
enable-cache: true
|
||||
python-version: ${{ matrix.python-version }}
|
||||
uv-lockfile: api/uv.lock
|
||||
cache-dependency-glob: api/uv.lock
|
||||
|
||||
- name: Check UV lockfile
|
||||
run: uv lock --project api --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue