4242 python-version : " 3.13"
4343
4444 - name : Install tox
45- run : pip install tox
45+ run : pip install tox-uv
4646
4747 - name : Run tests
4848 run : tox -e lint-opentelemetry-api
6161 python-version : " 3.13"
6262
6363 - name : Install tox
64- run : pip install tox
64+ run : pip install tox-uv
6565
6666 - name : Run tests
6767 run : tox -e lint-opentelemetry-proto-gen-latest
8080 python-version : " 3.13"
8181
8282 - name : Install tox
83- run : pip install tox
83+ run : pip install tox-uv
8484
8585 - name : Run tests
8686 run : tox -e lint-opentelemetry-sdk
9999 python-version : " 3.13"
100100
101101 - name : Install tox
102- run : pip install tox
102+ run : pip install tox-uv
103103
104104 - name : Run tests
105105 run : tox -e lint-opentelemetry-semantic-conventions
@@ -118,7 +118,7 @@ jobs:
118118 python-version : " 3.13"
119119
120120 - name : Install tox
121- run : pip install tox
121+ run : pip install tox-uv
122122
123123 - name : Run tests
124124 run : tox -e lint-opentelemetry-getting-started
@@ -137,7 +137,7 @@ jobs:
137137 python-version : " 3.13"
138138
139139 - name : Install tox
140- run : pip install tox
140+ run : pip install tox-uv
141141
142142 - name : Run tests
143143 run : tox -e lint-opentelemetry-opentracing-shim
@@ -156,7 +156,7 @@ jobs:
156156 python-version : " 3.13"
157157
158158 - name : Install tox
159- run : pip install tox
159+ run : pip install tox-uv
160160
161161 - name : Run tests
162162 run : tox -e lint-opentelemetry-opencensus-shim
@@ -175,7 +175,7 @@ jobs:
175175 python-version : " 3.13"
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 lint-opentelemetry-exporter-opencensus
@@ -194,7 +194,7 @@ jobs:
194194 python-version : " 3.13"
195195
196196 - name : Install tox
197- run : pip install tox
197+ run : pip install tox-uv
198198
199199 - name : Run tests
200200 run : tox -e lint-opentelemetry-exporter-otlp-proto-common
@@ -213,7 +213,7 @@ jobs:
213213 python-version : " 3.13"
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 lint-opentelemetry-exporter-otlp-combined
@@ -232,7 +232,7 @@ jobs:
232232 python-version : " 3.13"
233233
234234 - name : Install tox
235- run : pip install tox
235+ run : pip install tox-uv
236236
237237 - name : Run tests
238238 run : tox -e lint-opentelemetry-exporter-otlp-proto-grpc-latest
@@ -251,7 +251,7 @@ jobs:
251251 python-version : " 3.13"
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 lint-opentelemetry-exporter-otlp-proto-http
@@ -270,7 +270,7 @@ jobs:
270270 python-version : " 3.13"
271271
272272 - name : Install tox
273- run : pip install tox
273+ run : pip install tox-uv
274274
275275 - name : Run tests
276276 run : tox -e lint-opentelemetry-exporter-prometheus
@@ -289,7 +289,7 @@ jobs:
289289 python-version : " 3.13"
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 lint-opentelemetry-exporter-zipkin-combined
@@ -308,7 +308,7 @@ jobs:
308308 python-version : " 3.13"
309309
310310 - name : Install tox
311- run : pip install tox
311+ run : pip install tox-uv
312312
313313 - name : Run tests
314314 run : tox -e lint-opentelemetry-exporter-zipkin-proto-http
@@ -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 lint-opentelemetry-exporter-zipkin-json
@@ -346,7 +346,7 @@ jobs:
346346 python-version : " 3.13"
347347
348348 - name : Install tox
349- run : pip install tox
349+ run : pip install tox-uv
350350
351351 - name : Run tests
352352 run : tox -e lint-opentelemetry-propagator-b3
@@ -365,7 +365,7 @@ jobs:
365365 python-version : " 3.13"
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 lint-opentelemetry-propagator-jaeger
@@ -384,7 +384,7 @@ jobs:
384384 python-version : " 3.13"
385385
386386 - name : Install tox
387- run : pip install tox
387+ run : pip install tox-uv
388388
389389 - name : Run tests
390390 run : tox -e lint-opentelemetry-test-utils
0 commit comments