Fix install uv for the test action
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
phil 2024-12-01 01:37:05 +01:00
parent 63aa8fe9ff
commit 9cd72331aa

View file

@ -17,7 +17,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install the latest version of uv - name: Install the latest version of uv
uses: actions/setup-uv@v4 uses: astral-sh/setup-uv@v4
with: with:
version: "latest" version: "latest"