Skip to content

Commit 0cc25f4

Browse files
committed
chore: require uv 0.9.5
1 parent 1478036 commit 0cc25f4

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
with:
5151
submodules: true
5252
- uses: astral-sh/setup-uv@v4
53-
with:
54-
version: "0.9.5"
5553
- name: "Set up Python ${{ matrix.python-version }}"
5654
uses: actions/setup-python@v5
5755
with:

.github/workflows/codspeed.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
with:
2525
submodules: "recursive"
26-
- name: Install required-version defined in uv.toml
27-
uses: astral-sh/setup-uv@v7
26+
- uses: astral-sh/setup-uv@v7
2827
- uses: actions/setup-python@v6
2928
with:
3029
python-version: ${{ env.PYTHON_VERSION }}

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
with:
4545
submodules: true
4646
- uses: astral-sh/setup-uv@v4
47-
with:
48-
version: "0.9.5"
4947
- uses: actions/setup-python@v2
5048
with:
5149
python-version: "3.14"
@@ -66,8 +64,6 @@ jobs:
6664
with:
6765
submodules: true
6866
- uses: astral-sh/setup-uv@v4
69-
with:
70-
version: "0.9.5"
7167
- uses: actions/setup-python@v2
7268
with:
7369
python-version: "3.14"
@@ -93,8 +89,6 @@ jobs:
9389
path: dist/
9490
- uses: actions/checkout@v4
9591
- uses: astral-sh/setup-uv@v4
96-
with:
97-
version: "0.9.5"
9892
- uses: actions/setup-python@v2
9993
with:
10094
python-version: "3.14"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ compat = [
4444
# "pytest-speed>=0.3.5",
4545
]
4646

47+
[tool.uv]
48+
required-version = "0.9.5"
49+
4750
[tool.uv.sources]
4851
pytest-codspeed = { workspace = true }
4952

0 commit comments

Comments
 (0)