Skip to content

Commit 548011f

Browse files
committed
build: try to install python with uv in github actions
1 parent e6cf300 commit 548011f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525

2626
- name: Install uv
2727
uses: astral-sh/setup-uv@v5
28+
with:
29+
version: "0.6.6"
30+
31+
- name: Set up Python
32+
run: uv python install
2833

2934
- name: Set up Python ${{ matrix.python-version }}
3035
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)