Skip to content

Commit c466351

Browse files
committed
fix: use latest setup-uv
1 parent 3b3a71c commit c466351

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: astral-sh/setup-uv@v1
27+
- uses: astral-sh/setup-uv@v7
2828
with:
2929
enable-cache: true
3030
- name: Install dependencies
3131
run: |
3232
uv python install ${{ matrix.python-version }}
33-
uv sync
34-
uv pip install pytest
33+
uv sync --group test
3534
mkdir logs
3635
- name: Test with pytest
3736
run: |

0 commit comments

Comments
 (0)