mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 07:49:26 +00:00
Remove explicit Python version specification in CI workflow
This commit is contained in:
6
.github/workflows/ci-checks.yml
vendored
6
.github/workflows/ci-checks.yml
vendored
@@ -30,12 +30,12 @@ jobs:
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
- name: Run CI checks
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv venv
|
||||
uv pip install requests packaging
|
||||
- name: Run CI checks
|
||||
run: |
|
||||
uv run .github/scripts/ci_checks.py
|
||||
|
Reference in New Issue
Block a user