Remove explicit Python version specification in CI workflow

This commit is contained in:
Palash Tyagi
2025-08-25 03:33:33 +01:00
parent 1cc087ca48
commit d023acbaf7

View File

@@ -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