diff --git a/{{cookiecutter.project_name}}/.github/workflows/ci.yaml b/{{cookiecutter.project_name}}/.github/workflows/ci.yaml index cea2c24..67b8f49 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/ci.yaml +++ b/{{cookiecutter.project_name}}/.github/workflows/ci.yaml @@ -21,7 +21,8 @@ jobs: steps: - uses: actions/checkout@v{{ cookiecutter._checkout_action_version }} - uses: actions/setup-python@v{{ cookiecutter._setup_python_action_version }} - python-version: "{{ cookiecutter.python_version }}" + with: + python-version: "{{ cookiecutter.python_version }}" - uses: pre-commit/action@v{{ cookiecutter._pre_commit_action_version }} pytest: