Skip to content

Commit 3f45c0a

Browse files
authored
Woops, add step that installs uv
1 parent a0c595a commit 3f45c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python-project-template/.github/workflows/{% if include_docs %}build-documentation.yml{% endif %}.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: '{{ py.pref(python_versions) }}'
28+
- name: Install uv
29+
uses: astral-sh/setup-uv@v7
2830
- name: Install dependencies
2931
run: |
3032
sudo apt-get update

0 commit comments

Comments
 (0)