File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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"
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"
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"
Original file line number Diff line number Diff 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 ]
4851pytest-codspeed = { workspace = true }
4952
You can’t perform that action at this time.
0 commit comments