99 - ' release/*'
1010 pull_request :
1111
12+ permissions :
13+ contents : read
14+
1215concurrency :
1316 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1417 cancel-in-progress : true
4245 python-version : " 3.13"
4346
4447 - name : Install tox
45- run : pip install tox
48+ run : pip install tox-uv
4649
4750 - name : Run tests
4851 run : tox -e lint-opentelemetry-api
6164 python-version : " 3.13"
6265
6366 - name : Install tox
64- run : pip install tox
67+ run : pip install tox-uv
6568
6669 - name : Run tests
6770 run : tox -e lint-opentelemetry-proto-gen-latest
8083 python-version : " 3.13"
8184
8285 - name : Install tox
83- run : pip install tox
86+ run : pip install tox-uv
8487
8588 - name : Run tests
8689 run : tox -e lint-opentelemetry-sdk
99102 python-version : " 3.13"
100103
101104 - name : Install tox
102- run : pip install tox
105+ run : pip install tox-uv
103106
104107 - name : Run tests
105108 run : tox -e lint-opentelemetry-semantic-conventions
@@ -118,7 +121,7 @@ jobs:
118121 python-version : " 3.13"
119122
120123 - name : Install tox
121- run : pip install tox
124+ run : pip install tox-uv
122125
123126 - name : Run tests
124127 run : tox -e lint-opentelemetry-getting-started
@@ -137,7 +140,7 @@ jobs:
137140 python-version : " 3.13"
138141
139142 - name : Install tox
140- run : pip install tox
143+ run : pip install tox-uv
141144
142145 - name : Run tests
143146 run : tox -e lint-opentelemetry-opentracing-shim
@@ -156,7 +159,7 @@ jobs:
156159 python-version : " 3.13"
157160
158161 - name : Install tox
159- run : pip install tox
162+ run : pip install tox-uv
160163
161164 - name : Run tests
162165 run : tox -e lint-opentelemetry-opencensus-shim
@@ -175,7 +178,7 @@ jobs:
175178 python-version : " 3.13"
176179
177180 - name : Install tox
178- run : pip install tox
181+ run : pip install tox-uv
179182
180183 - name : Run tests
181184 run : tox -e lint-opentelemetry-exporter-opencensus
@@ -194,7 +197,7 @@ jobs:
194197 python-version : " 3.13"
195198
196199 - name : Install tox
197- run : pip install tox
200+ run : pip install tox-uv
198201
199202 - name : Run tests
200203 run : tox -e lint-opentelemetry-exporter-otlp-proto-common
@@ -213,7 +216,7 @@ jobs:
213216 python-version : " 3.13"
214217
215218 - name : Install tox
216- run : pip install tox
219+ run : pip install tox-uv
217220
218221 - name : Run tests
219222 run : tox -e lint-opentelemetry-exporter-otlp-combined
@@ -232,7 +235,7 @@ jobs:
232235 python-version : " 3.13"
233236
234237 - name : Install tox
235- run : pip install tox
238+ run : pip install tox-uv
236239
237240 - name : Run tests
238241 run : tox -e lint-opentelemetry-exporter-otlp-proto-grpc-latest
@@ -251,7 +254,7 @@ jobs:
251254 python-version : " 3.13"
252255
253256 - name : Install tox
254- run : pip install tox
257+ run : pip install tox-uv
255258
256259 - name : Run tests
257260 run : tox -e lint-opentelemetry-exporter-otlp-proto-http
@@ -270,7 +273,7 @@ jobs:
270273 python-version : " 3.13"
271274
272275 - name : Install tox
273- run : pip install tox
276+ run : pip install tox-uv
274277
275278 - name : Run tests
276279 run : tox -e lint-opentelemetry-exporter-prometheus
@@ -289,7 +292,7 @@ jobs:
289292 python-version : " 3.13"
290293
291294 - name : Install tox
292- run : pip install tox
295+ run : pip install tox-uv
293296
294297 - name : Run tests
295298 run : tox -e lint-opentelemetry-exporter-zipkin-combined
@@ -308,7 +311,7 @@ jobs:
308311 python-version : " 3.13"
309312
310313 - name : Install tox
311- run : pip install tox
314+ run : pip install tox-uv
312315
313316 - name : Run tests
314317 run : tox -e lint-opentelemetry-exporter-zipkin-proto-http
@@ -327,7 +330,7 @@ jobs:
327330 python-version : " 3.13"
328331
329332 - name : Install tox
330- run : pip install tox
333+ run : pip install tox-uv
331334
332335 - name : Run tests
333336 run : tox -e lint-opentelemetry-exporter-zipkin-json
@@ -346,7 +349,7 @@ jobs:
346349 python-version : " 3.13"
347350
348351 - name : Install tox
349- run : pip install tox
352+ run : pip install tox-uv
350353
351354 - name : Run tests
352355 run : tox -e lint-opentelemetry-propagator-b3
@@ -365,7 +368,7 @@ jobs:
365368 python-version : " 3.13"
366369
367370 - name : Install tox
368- run : pip install tox
371+ run : pip install tox-uv
369372
370373 - name : Run tests
371374 run : tox -e lint-opentelemetry-propagator-jaeger
@@ -384,7 +387,7 @@ jobs:
384387 python-version : " 3.13"
385388
386389 - name : Install tox
387- run : pip install tox
390+ run : pip install tox-uv
388391
389392 - name : Run tests
390393 run : tox -e lint-opentelemetry-test-utils
0 commit comments