diff --git a/cookiecutter.json b/cookiecutter.json index 0230261..87b8e2b 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -23,7 +23,7 @@ "_pygrep_hooks_version": "1.10.0", "_pre_commit_hooks_version": "5.0.0", "_checkout_action_version": "4", - "_setup_uv_action_version": "3", + "_setup_uv_action_version": "4", "_setup_python_action_version": "5", "_pre_commit_action_version": "3.0.1", "_deploy_pages_action_version": "4", diff --git a/{{cookiecutter.project_name}}/.github/workflows/ci.yaml b/{{cookiecutter.project_name}}/.github/workflows/ci.yaml index 972f828..0bb457b 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/ci.yaml +++ b/{{cookiecutter.project_name}}/.github/workflows/ci.yaml @@ -43,9 +43,7 @@ jobs: uses: astral-sh/setup-uv@v{{ cookiecutter._setup_uv_action_version }} with: enable-cache: true - - - name: Set up Python - run: uv python install {% raw %}${{ matrix.python-version }}{% endraw %} + python-version: {% raw %}${{ matrix.python-version }}{% endraw %} - name: Install Dependencies run: uv sync --all-extras