@@ -37,11 +37,11 @@ jobs:
3737 with :
3838 python-version : " 3.14"
3939
40- - name : Install tox
41- run : pip install tox-uv
40+ - name : Set up uv
41+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4242
4343 - name : Run tests
44- run : tox -e lint-instrumentation-openai-v2
44+ run : uvx --with tox-uv tox -e lint-instrumentation-openai-v2
4545
4646 lint-instrumentation-openai_agents-v2 :
4747 name : instrumentation-openai_agents-v2
@@ -56,11 +56,11 @@ jobs:
5656 with :
5757 python-version : " 3.14"
5858
59- - name : Install tox
60- run : pip install tox-uv
59+ - name : Set up uv
60+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6161
6262 - name : Run tests
63- run : tox -e lint-instrumentation-openai_agents-v2
63+ run : uvx --with tox-uv tox -e lint-instrumentation-openai_agents-v2
6464
6565 lint-instrumentation-google-genai :
6666 name : instrumentation-google-genai
@@ -75,11 +75,11 @@ jobs:
7575 with :
7676 python-version : " 3.14"
7777
78- - name : Install tox
79- run : pip install tox-uv
78+ - name : Set up uv
79+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
8080
8181 - name : Run tests
82- run : tox -e lint-instrumentation-google-genai
82+ run : uvx --with tox-uv tox -e lint-instrumentation-google-genai
8383
8484 lint-instrumentation-anthropic :
8585 name : instrumentation-anthropic
@@ -94,11 +94,11 @@ jobs:
9494 with :
9595 python-version : " 3.14"
9696
97- - name : Install tox
98- run : pip install tox-uv
97+ - name : Set up uv
98+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
9999
100100 - name : Run tests
101- run : tox -e lint-instrumentation-anthropic
101+ run : uvx --with tox-uv tox -e lint-instrumentation-anthropic
102102
103103 lint-instrumentation-claude-agent-sdk :
104104 name : instrumentation-claude-agent-sdk
@@ -113,11 +113,11 @@ jobs:
113113 with :
114114 python-version : " 3.14"
115115
116- - name : Install tox
117- run : pip install tox-uv
116+ - name : Set up uv
117+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
118118
119119 - name : Run tests
120- run : tox -e lint-instrumentation-claude-agent-sdk
120+ run : uvx --with tox-uv tox -e lint-instrumentation-claude-agent-sdk
121121
122122 lint-instrumentation-langchain :
123123 name : instrumentation-langchain
@@ -132,11 +132,11 @@ jobs:
132132 with :
133133 python-version : " 3.14"
134134
135- - name : Install tox
136- run : pip install tox-uv
135+ - name : Set up uv
136+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
137137
138138 - name : Run tests
139- run : tox -e lint-instrumentation-langchain
139+ run : uvx --with tox-uv tox -e lint-instrumentation-langchain
140140
141141 lint-instrumentation-weaviate :
142142 name : instrumentation-weaviate
@@ -151,11 +151,11 @@ jobs:
151151 with :
152152 python-version : " 3.14"
153153
154- - name : Install tox
155- run : pip install tox-uv
154+ - name : Set up uv
155+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
156156
157157 - name : Run tests
158- run : tox -e lint-instrumentation-weaviate
158+ run : uvx --with tox-uv tox -e lint-instrumentation-weaviate
159159
160160 lint-util-genai :
161161 name : util-genai
@@ -170,11 +170,11 @@ jobs:
170170 with :
171171 python-version : " 3.14"
172172
173- - name : Install tox
174- run : pip install tox-uv
173+ - name : Set up uv
174+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
175175
176176 - name : Run tests
177- run : tox -e lint-util-genai
177+ run : uvx --with tox-uv tox -e lint-util-genai
178178
179179 lint-license-header-check :
180180 name : license-header-check
@@ -189,8 +189,8 @@ jobs:
189189 with :
190190 python-version : " 3.14"
191191
192- - name : Install tox
193- run : pip install tox-uv
192+ - name : Set up uv
193+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
194194
195195 - name : Run tests
196- run : tox -e lint-license-header-check
196+ run : uvx --with tox-uv tox -e lint-license-header-check
0 commit comments