chore: use actions/setup-python to install python instead of using uv install python
This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
|||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v5
|
||||||
- name: Set up Python
|
- name: "Set up Python"
|
||||||
run: uv python install
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version-file: "pyproject.toml"
|
python-version-file: "pyproject.toml"
|
||||||
- name: Set Git identity
|
- name: Set Git identity
|
||||||
|
|||||||
Reference in New Issue
Block a user