Skip to content

Commit

Permalink
fix: Add "with" to setup-python in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 26, 2024
1 parent 2e2cbe7 commit 94a1e06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 94a1e06

Please sign in to comment.