diff --git a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml index 20e3a206e..f81d896f8 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version-file: ".python-version" + python-version-file: ".python-version" - name: Install dependencies run: uv sync