Skip to content

Commit b682b88

Browse files
committed
build updates: install uv in github pipeline
1 parent 7c74487 commit b682b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v2
1212
with:
1313
submodules: 'true'
14+
- name: Install uv
15+
uses: astral-sh/setup-uv@v6
1416
- name: Set up Python 3.13
1517
uses: actions/setup-python@v2
1618
with:

0 commit comments

Comments
 (0)