Skip to content

Commit 9b217bb

Browse files
authored
introducing tox-uv for real (#3185)
Signed-off-by: emdneto <[email protected]>
1 parent 9d9353d commit 9b217bb

File tree

12 files changed

+776
-768
lines changed

12 files changed

+776
-768
lines changed

.github/workflows/core_contrib_test_0.yml

+90-90
Large diffs are not rendered by default.

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/core_contrib_test.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
architecture: "x64"
3838

3939
- name: Install tox
40-
run: pip install tox
40+
run: pip install tox-uv
4141

4242
- name: Run tests
4343
run: tox -e {{ job_data.tox_env }} -- -ra

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/lint.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "3.13"
3131

3232
- name: Install tox
33-
run: pip install tox
33+
run: pip install tox-uv
3434

3535
- name: Run tests
3636
run: tox -e {{ job_data.tox_env }}

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python-version: "3.11"
5858

5959
- name: Install tox
60-
run: pip install tox
60+
run: pip install tox-uv
6161

6262
- name: Run tests
6363
run: tox -e {{ job_data }}

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/test.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "{{ job_data.python_version }}"
3131

3232
- name: Install tox
33-
run: pip install tox
33+
run: pip install tox-uv
3434
{%- if job_data.os == "windows-latest" %}
3535

3636
- name: Configure git to support long filenames

0 commit comments

Comments
 (0)