mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 05:46:11 +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
|
- name: Install Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
- name: Run CI checks
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
uv venv
|
uv venv
|
||||||
uv pip install requests packaging
|
uv pip install requests packaging
|
||||||
|
- name: Run CI checks
|
||||||
|
run: |
|
||||||
uv run .github/scripts/ci_checks.py
|
uv run .github/scripts/ci_checks.py
|
||||||
|
|||||||
Reference in New Issue
Block a user