fix: install uv in ci without setup action
Some checks failed
ci / build-test-push (push) Failing after 2m52s

This commit is contained in:
Steve W
2026-04-11 19:50:46 +00:00
parent c5be58c3c5
commit 6649186daa

View File

@@ -13,7 +13,9 @@ jobs:
with:
python-version: '3.12'
- name: Install uv
uses: astral-sh/setup-uv@v4
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Add uv to PATH
run: echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Sync dependencies
run: uv sync --frozen
- name: Run tests