mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 07:56:10 +00:00
Update Python and uv setup actions in CI workflow
This commit is contained in:
6
.github/workflows/ci-checks.yml
vendored
6
.github/workflows/ci-checks.yml
vendored
@@ -29,9 +29,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.12"
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v6
|
||||||
- name: Run CI checks
|
- name: Run CI checks
|
||||||
run: |
|
run: |
|
||||||
uv venv
|
uv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user