Small fixes Copilot caught

This commit is contained in:
Trenton H
2025-03-03 17:03:38 -08:00
parent ed91e8ab02
commit a7ae4e6a5d
3 changed files with 5 additions and 5 deletions

View File

@@ -481,14 +481,14 @@ jobs:
id: setup-python
uses: actions/setup-python@v5
with:
python-version:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
-
name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: ${{ env.DEFAULT_UV_VERSION }}
enable-cache: true
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
python-version: ${{ steps.setup-python.outputs.python-version }}
-
name: Install Python dependencies
run: |