Skip to content

Commit d2a5f08

Browse files
committed
uv v5
1 parent 940328b commit d2a5f08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ env:
88
UV_SYSTEM_PYTHON: 1
99

1010

11-
# adapted from: https://github.com/tiangolo/poetry-version-plugin
1211
jobs:
1312
test:
1413
strategy:
@@ -25,7 +24,7 @@ jobs:
2524
id: setup-python
2625
uses: actions/setup-python@v5
2726
- name: Install uv
28-
uses: astral-sh/setup-uv@v4
27+
uses: astral-sh/setup-uv@v5
2928
- name: Install pinned requirements
3029
run: uv pip install -r requirements/requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt
3130
- name: Install test requirements

0 commit comments

Comments
 (0)