fix(ci): use pip to install uv instead of setup-uv action
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
run: pip install uv
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --extra test
|
||||
|
||||
Reference in New Issue
Block a user