Skip to content

Commit 8065a37

Browse files
committed
don't version bound uv
1 parent c6b5058 commit 8065a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
version: "0.5.30"
27+
2828
- name: install poetry as a tool
2929
run: uv tool install poetry
3030

0 commit comments

Comments
 (0)