fix(ci): use pip to install uv instead of setup-uv action
Test Workflow / test (push) Failing after 8s
Test Workflow / test (pull_request) Failing after 9s

This commit is contained in:
dev
2026-04-26 09:59:12 +02:00
parent a84eea9b17
commit 219308f6a0
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
python-version: '3.11' python-version: '3.11'
- name: Install uv - name: Install uv
uses: astral-sh/setup-uv@v4 run: pip install uv
- name: Install dependencies - name: Install dependencies
run: uv sync --extra test run: uv sync --extra test