Skip to content

Commit d9c1ad3

Browse files
authored
Remove UV constraint version (#258)
1 parent 7c3b140 commit d9c1ad3

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

.github/workflows/github-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434

3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v5
37-
with:
38-
# Install a specific version of uv.
39-
version: "0.5.13"
4037

4138
- name: Install dependencies
4239
run: make dev-dependencies

.github/workflows/python-code-style.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
python-version: "3.13"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v5
26-
with:
27-
# Install a specific version of uv.
28-
version: "0.5.13"
2926
- name: Install dependencies
3027
run: make dev-dependencies
3128
- name: Check code style

.github/workflows/python-lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
python-version: "3.13"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v5
26-
with:
27-
# Install a specific version of uv.
28-
version: "0.5.13"
2926
- name: Install dependencies
3027
run: make dev-dependencies
3128
- name: Lint with ruff

.github/workflows/python-quality.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
python-version: "3.13"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v5
26-
with:
27-
# Install a specific version of uv.
28-
version: "0.5.13"
2926
- name: Install dependencies
3027
run: make dev-dependencies
3128
- name: Test & publish code coverage

.github/workflows/python-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
python-version: "${{ matrix.version }}"
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v5
29-
with:
30-
# Install a specific version of uv.
31-
version: "0.5.13"
3229
- name: Install dependencies
3330
run: make dev-dependencies
3431
- name: Test with pytest

.github/workflows/python-typing.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
python-version: "3.13"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v5
26-
with:
27-
# Install a specific version of uv.
28-
version: "0.5.13"
2926
- name: Install dependencies
3027
run: make dev-dependencies
3128
- name: Check typing

0 commit comments

Comments
 (0)