Skip to content

Commit 1e5c15f

Browse files
committed
set python-version via uv
1 parent f13e641 commit 1e5c15f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
- name: Check out code
2828
uses: actions/checkout@v4
2929

30-
- name: Set up Python
31-
uses: actions/setup-python@v3
32-
with:
33-
python-version: ${{ matrix.python-version }}
34-
3530
- name: Install uv
3631
uses: astral-sh/setup-uv@v6
32+
with:
33+
python-version: ${{ matrix.python-version }}
3734

3835
- name: Install dependencies
3936
run: uv sync --dev

0 commit comments

Comments
 (0)