@@ -175,7 +175,7 @@ jobs:
175175 python-version : " 3.9"
176176
177177 - name : Install tox
178- run : pip install tox
178+ run : pip install tox-uv
179179
180180 - name : Run tests
181181 run : tox -e py39-test-opentelemetry-proto-gen-latest -- -ra
@@ -213,7 +213,7 @@ jobs:
213213 python-version : " 3.10"
214214
215215 - name : Install tox
216- run : pip install tox
216+ run : pip install tox-uv
217217
218218 - name : Run tests
219219 run : tox -e py310-test-opentelemetry-proto-gen-latest -- -ra
@@ -251,7 +251,7 @@ jobs:
251251 python-version : " 3.11"
252252
253253 - name : Install tox
254- run : pip install tox
254+ run : pip install tox-uv
255255
256256 - name : Run tests
257257 run : tox -e py311-test-opentelemetry-proto-gen-latest -- -ra
@@ -289,7 +289,7 @@ jobs:
289289 python-version : " 3.12"
290290
291291 - name : Install tox
292- run : pip install tox
292+ run : pip install tox-uv
293293
294294 - name : Run tests
295295 run : tox -e py312-test-opentelemetry-proto-gen-latest -- -ra
@@ -327,7 +327,7 @@ jobs:
327327 python-version : " 3.13"
328328
329329 - name : Install tox
330- run : pip install tox
330+ run : pip install tox-uv
331331
332332 - name : Run tests
333333 run : tox -e py313-test-opentelemetry-proto-gen-latest -- -ra
@@ -365,7 +365,7 @@ jobs:
365365 python-version : " pypy-3.9"
366366
367367 - name : Install tox
368- run : pip install tox
368+ run : pip install tox-uv
369369
370370 - name : Run tests
371371 run : tox -e pypy3-test-opentelemetry-proto-gen-latest -- -ra
@@ -1239,7 +1239,7 @@ jobs:
12391239 python-version : " 3.9"
12401240
12411241 - name : Install tox
1242- run : pip install tox
1242+ run : pip install tox-uv
12431243
12441244 - name : Run tests
12451245 run : tox -e py39-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra
@@ -1277,7 +1277,7 @@ jobs:
12771277 python-version : " 3.10"
12781278
12791279 - name : Install tox
1280- run : pip install tox
1280+ run : pip install tox-uv
12811281
12821282 - name : Run tests
12831283 run : tox -e py310-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra
@@ -1315,7 +1315,7 @@ jobs:
13151315 python-version : " 3.11"
13161316
13171317 - name : Install tox
1318- run : pip install tox
1318+ run : pip install tox-uv
13191319
13201320 - name : Run tests
13211321 run : tox -e py311-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra
@@ -1353,7 +1353,7 @@ jobs:
13531353 python-version : " 3.12"
13541354
13551355 - name : Install tox
1356- run : pip install tox
1356+ run : pip install tox-uv
13571357
13581358 - name : Run tests
13591359 run : tox -e py312-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra
@@ -1391,7 +1391,7 @@ jobs:
13911391 python-version : " 3.13"
13921392
13931393 - name : Install tox
1394- run : pip install tox
1394+ run : pip install tox-uv
13951395
13961396 - name : Run tests
13971397 run : tox -e py313-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra
@@ -2476,7 +2476,7 @@ jobs:
24762476 python-version : " 3.9"
24772477
24782478 - name : Install tox
2479- run : pip install tox
2479+ run : pip install tox-uv
24802480
24812481 - name : Configure git to support long filenames
24822482 run : git config --system core.longpaths true
@@ -2520,7 +2520,7 @@ jobs:
25202520 python-version : " 3.10"
25212521
25222522 - name : Install tox
2523- run : pip install tox
2523+ run : pip install tox-uv
25242524
25252525 - name : Configure git to support long filenames
25262526 run : git config --system core.longpaths true
@@ -2564,7 +2564,7 @@ jobs:
25642564 python-version : " 3.11"
25652565
25662566 - name : Install tox
2567- run : pip install tox
2567+ run : pip install tox-uv
25682568
25692569 - name : Configure git to support long filenames
25702570 run : git config --system core.longpaths true
@@ -2608,7 +2608,7 @@ jobs:
26082608 python-version : " 3.12"
26092609
26102610 - name : Install tox
2611- run : pip install tox
2611+ run : pip install tox-uv
26122612
26132613 - name : Configure git to support long filenames
26142614 run : git config --system core.longpaths true
@@ -2652,7 +2652,7 @@ jobs:
26522652 python-version : " 3.13"
26532653
26542654 - name : Install tox
2655- run : pip install tox
2655+ run : pip install tox-uv
26562656
26572657 - name : Configure git to support long filenames
26582658 run : git config --system core.longpaths true
@@ -2696,7 +2696,7 @@ jobs:
26962696 python-version : " pypy-3.9"
26972697
26982698 - name : Install tox
2699- run : pip install tox
2699+ run : pip install tox-uv
27002700
27012701 - name : Configure git to support long filenames
27022702 run : git config --system core.longpaths true
@@ -3708,7 +3708,7 @@ jobs:
37083708 python-version : " 3.9"
37093709
37103710 - name : Install tox
3711- run : pip install tox
3711+ run : pip install tox-uv
37123712
37133713 - name : Configure git to support long filenames
37143714 run : git config --system core.longpaths true
@@ -3752,7 +3752,7 @@ jobs:
37523752 python-version : " 3.10"
37533753
37543754 - name : Install tox
3755- run : pip install tox
3755+ run : pip install tox-uv
37563756
37573757 - name : Configure git to support long filenames
37583758 run : git config --system core.longpaths true
@@ -3796,7 +3796,7 @@ jobs:
37963796 python-version : " 3.11"
37973797
37983798 - name : Install tox
3799- run : pip install tox
3799+ run : pip install tox-uv
38003800
38013801 - name : Configure git to support long filenames
38023802 run : git config --system core.longpaths true
@@ -3840,7 +3840,7 @@ jobs:
38403840 python-version : " 3.12"
38413841
38423842 - name : Install tox
3843- run : pip install tox
3843+ run : pip install tox-uv
38443844
38453845 - name : Configure git to support long filenames
38463846 run : git config --system core.longpaths true
@@ -3884,7 +3884,7 @@ jobs:
38843884 python-version : " 3.13"
38853885
38863886 - name : Install tox
3887- run : pip install tox
3887+ run : pip install tox-uv
38883888
38893889 - name : Configure git to support long filenames
38903890 run : git config --system core.longpaths true
0 commit comments