Skip to content

Commit

Permalink
chore: Update uv action, and install python with setup-uv flow
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Dec 14, 2024
1 parent d145ebb commit 959ce45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 1 addition & 3 deletions {{cookiecutter.project_name}}/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 959ce45

Please sign in to comment.