mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 17:26:09 +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
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: astral-sh/setup-uv@v6
|
||||
- name: Run CI checks
|
||||
run: |
|
||||
uv venv
|
||||
|
||||
Reference in New Issue
Block a user