42
42
python-version : " 3.13"
43
43
44
44
- name : Install tox
45
- run : pip install tox
45
+ run : pip install tox-uv
46
46
47
47
- name : Run tests
48
48
run : tox -e lint-opentelemetry-api
61
61
python-version : " 3.13"
62
62
63
63
- name : Install tox
64
- run : pip install tox
64
+ run : pip install tox-uv
65
65
66
66
- name : Run tests
67
67
run : tox -e lint-opentelemetry-proto-gen-latest
80
80
python-version : " 3.13"
81
81
82
82
- name : Install tox
83
- run : pip install tox
83
+ run : pip install tox-uv
84
84
85
85
- name : Run tests
86
86
run : tox -e lint-opentelemetry-sdk
99
99
python-version : " 3.13"
100
100
101
101
- name : Install tox
102
- run : pip install tox
102
+ run : pip install tox-uv
103
103
104
104
- name : Run tests
105
105
run : tox -e lint-opentelemetry-semantic-conventions
@@ -118,7 +118,7 @@ jobs:
118
118
python-version : " 3.13"
119
119
120
120
- name : Install tox
121
- run : pip install tox
121
+ run : pip install tox-uv
122
122
123
123
- name : Run tests
124
124
run : tox -e lint-opentelemetry-getting-started
@@ -137,7 +137,7 @@ jobs:
137
137
python-version : " 3.13"
138
138
139
139
- name : Install tox
140
- run : pip install tox
140
+ run : pip install tox-uv
141
141
142
142
- name : Run tests
143
143
run : tox -e lint-opentelemetry-opentracing-shim
@@ -156,7 +156,7 @@ jobs:
156
156
python-version : " 3.13"
157
157
158
158
- name : Install tox
159
- run : pip install tox
159
+ run : pip install tox-uv
160
160
161
161
- name : Run tests
162
162
run : tox -e lint-opentelemetry-opencensus-shim
@@ -175,7 +175,7 @@ jobs:
175
175
python-version : " 3.13"
176
176
177
177
- name : Install tox
178
- run : pip install tox
178
+ run : pip install tox-uv
179
179
180
180
- name : Run tests
181
181
run : tox -e lint-opentelemetry-exporter-opencensus
@@ -194,7 +194,7 @@ jobs:
194
194
python-version : " 3.13"
195
195
196
196
- name : Install tox
197
- run : pip install tox
197
+ run : pip install tox-uv
198
198
199
199
- name : Run tests
200
200
run : tox -e lint-opentelemetry-exporter-otlp-proto-common
@@ -213,7 +213,7 @@ jobs:
213
213
python-version : " 3.13"
214
214
215
215
- name : Install tox
216
- run : pip install tox
216
+ run : pip install tox-uv
217
217
218
218
- name : Run tests
219
219
run : tox -e lint-opentelemetry-exporter-otlp-combined
@@ -232,7 +232,7 @@ jobs:
232
232
python-version : " 3.13"
233
233
234
234
- name : Install tox
235
- run : pip install tox
235
+ run : pip install tox-uv
236
236
237
237
- name : Run tests
238
238
run : tox -e lint-opentelemetry-exporter-otlp-proto-grpc-latest
@@ -251,7 +251,7 @@ jobs:
251
251
python-version : " 3.13"
252
252
253
253
- name : Install tox
254
- run : pip install tox
254
+ run : pip install tox-uv
255
255
256
256
- name : Run tests
257
257
run : tox -e lint-opentelemetry-exporter-otlp-proto-http
@@ -270,7 +270,7 @@ jobs:
270
270
python-version : " 3.13"
271
271
272
272
- name : Install tox
273
- run : pip install tox
273
+ run : pip install tox-uv
274
274
275
275
- name : Run tests
276
276
run : tox -e lint-opentelemetry-exporter-prometheus
@@ -289,7 +289,7 @@ jobs:
289
289
python-version : " 3.13"
290
290
291
291
- name : Install tox
292
- run : pip install tox
292
+ run : pip install tox-uv
293
293
294
294
- name : Run tests
295
295
run : tox -e lint-opentelemetry-exporter-zipkin-combined
@@ -308,7 +308,7 @@ jobs:
308
308
python-version : " 3.13"
309
309
310
310
- name : Install tox
311
- run : pip install tox
311
+ run : pip install tox-uv
312
312
313
313
- name : Run tests
314
314
run : tox -e lint-opentelemetry-exporter-zipkin-proto-http
@@ -327,7 +327,7 @@ jobs:
327
327
python-version : " 3.13"
328
328
329
329
- name : Install tox
330
- run : pip install tox
330
+ run : pip install tox-uv
331
331
332
332
- name : Run tests
333
333
run : tox -e lint-opentelemetry-exporter-zipkin-json
@@ -346,7 +346,7 @@ jobs:
346
346
python-version : " 3.13"
347
347
348
348
- name : Install tox
349
- run : pip install tox
349
+ run : pip install tox-uv
350
350
351
351
- name : Run tests
352
352
run : tox -e lint-opentelemetry-propagator-b3
@@ -365,7 +365,7 @@ jobs:
365
365
python-version : " 3.13"
366
366
367
367
- name : Install tox
368
- run : pip install tox
368
+ run : pip install tox-uv
369
369
370
370
- name : Run tests
371
371
run : tox -e lint-opentelemetry-propagator-jaeger
@@ -384,7 +384,7 @@ jobs:
384
384
python-version : " 3.13"
385
385
386
386
- name : Install tox
387
- run : pip install tox
387
+ run : pip install tox-uv
388
388
389
389
- name : Run tests
390
390
run : tox -e lint-opentelemetry-test-utils
0 commit comments