Skip to content

Commit e6cf300

Browse files
committed
build: add install uv
1 parent 2180dad commit e6cf300

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25+
26+
- name: Install uv
27+
uses: astral-sh/setup-uv@v5
28+
2529
- name: Set up Python ${{ matrix.python-version }}
2630
uses: actions/setup-python@v3
2731
with:

0 commit comments

Comments
 (0)