fix: install uv in ci without setup action
Some checks failed
ci / build-test-push (push) Failing after 2m52s
Some checks failed
ci / build-test-push (push) Failing after 2m52s
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -13,7 +13,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install uv
|
- 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
|
- name: Sync dependencies
|
||||||
run: uv sync --frozen
|
run: uv sync --frozen
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user