@@ -2212,24 +2212,6 @@ jobs:
2212
2212
- name : Run tests
2213
2213
run : tox -e py38-test-instrumentation-fastapi-main -- -ra
2214
2214
2215
- py38-test-instrumentation-fastapi-slim_ubuntu-latest :
2216
- name : instrumentation-fastapi-slim 3.8 Ubuntu
2217
- runs-on : ubuntu-latest
2218
- steps :
2219
- - name : Checkout repo @ SHA - ${{ github.sha }}
2220
- uses : actions/checkout@v4
2221
-
2222
- - name : Set up Python 3.8
2223
- uses : actions/setup-python@v5
2224
- with :
2225
- python-version : " 3.8"
2226
-
2227
- - name : Install tox
2228
- run : pip install tox
2229
-
2230
- - name : Run tests
2231
- run : tox -e py38-test-instrumentation-fastapi-slim -- -ra
2232
-
2233
2215
py39-test-instrumentation-fastapi-main_ubuntu-latest :
2234
2216
name : instrumentation-fastapi-main 3.9 Ubuntu
2235
2217
runs-on : ubuntu-latest
@@ -2248,24 +2230,6 @@ jobs:
2248
2230
- name : Run tests
2249
2231
run : tox -e py39-test-instrumentation-fastapi-main -- -ra
2250
2232
2251
- py39-test-instrumentation-fastapi-slim_ubuntu-latest :
2252
- name : instrumentation-fastapi-slim 3.9 Ubuntu
2253
- runs-on : ubuntu-latest
2254
- steps :
2255
- - name : Checkout repo @ SHA - ${{ github.sha }}
2256
- uses : actions/checkout@v4
2257
-
2258
- - name : Set up Python 3.9
2259
- uses : actions/setup-python@v5
2260
- with :
2261
- python-version : " 3.9"
2262
-
2263
- - name : Install tox
2264
- run : pip install tox
2265
-
2266
- - name : Run tests
2267
- run : tox -e py39-test-instrumentation-fastapi-slim -- -ra
2268
-
2269
2233
py310-test-instrumentation-fastapi-main_ubuntu-latest :
2270
2234
name : instrumentation-fastapi-main 3.10 Ubuntu
2271
2235
runs-on : ubuntu-latest
@@ -2284,24 +2248,6 @@ jobs:
2284
2248
- name : Run tests
2285
2249
run : tox -e py310-test-instrumentation-fastapi-main -- -ra
2286
2250
2287
- py310-test-instrumentation-fastapi-slim_ubuntu-latest :
2288
- name : instrumentation-fastapi-slim 3.10 Ubuntu
2289
- runs-on : ubuntu-latest
2290
- steps :
2291
- - name : Checkout repo @ SHA - ${{ github.sha }}
2292
- uses : actions/checkout@v4
2293
-
2294
- - name : Set up Python 3.10
2295
- uses : actions/setup-python@v5
2296
- with :
2297
- python-version : " 3.10"
2298
-
2299
- - name : Install tox
2300
- run : pip install tox
2301
-
2302
- - name : Run tests
2303
- run : tox -e py310-test-instrumentation-fastapi-slim -- -ra
2304
-
2305
2251
py311-test-instrumentation-fastapi-main_ubuntu-latest :
2306
2252
name : instrumentation-fastapi-main 3.11 Ubuntu
2307
2253
runs-on : ubuntu-latest
@@ -2320,24 +2266,6 @@ jobs:
2320
2266
- name : Run tests
2321
2267
run : tox -e py311-test-instrumentation-fastapi-main -- -ra
2322
2268
2323
- py311-test-instrumentation-fastapi-slim_ubuntu-latest :
2324
- name : instrumentation-fastapi-slim 3.11 Ubuntu
2325
- runs-on : ubuntu-latest
2326
- steps :
2327
- - name : Checkout repo @ SHA - ${{ github.sha }}
2328
- uses : actions/checkout@v4
2329
-
2330
- - name : Set up Python 3.11
2331
- uses : actions/setup-python@v5
2332
- with :
2333
- python-version : " 3.11"
2334
-
2335
- - name : Install tox
2336
- run : pip install tox
2337
-
2338
- - name : Run tests
2339
- run : tox -e py311-test-instrumentation-fastapi-slim -- -ra
2340
-
2341
2269
py312-test-instrumentation-fastapi-main_ubuntu-latest :
2342
2270
name : instrumentation-fastapi-main 3.12 Ubuntu
2343
2271
runs-on : ubuntu-latest
@@ -2356,24 +2284,6 @@ jobs:
2356
2284
- name : Run tests
2357
2285
run : tox -e py312-test-instrumentation-fastapi-main -- -ra
2358
2286
2359
- py312-test-instrumentation-fastapi-slim_ubuntu-latest :
2360
- name : instrumentation-fastapi-slim 3.12 Ubuntu
2361
- runs-on : ubuntu-latest
2362
- steps :
2363
- - name : Checkout repo @ SHA - ${{ github.sha }}
2364
- uses : actions/checkout@v4
2365
-
2366
- - name : Set up Python 3.12
2367
- uses : actions/setup-python@v5
2368
- with :
2369
- python-version : " 3.12"
2370
-
2371
- - name : Install tox
2372
- run : pip install tox
2373
-
2374
- - name : Run tests
2375
- run : tox -e py312-test-instrumentation-fastapi-slim -- -ra
2376
-
2377
2287
pypy3-test-instrumentation-fastapi-main_ubuntu-latest :
2378
2288
name : instrumentation-fastapi-main pypy-3.8 Ubuntu
2379
2289
runs-on : ubuntu-latest
@@ -2392,24 +2302,6 @@ jobs:
2392
2302
- name : Run tests
2393
2303
run : tox -e pypy3-test-instrumentation-fastapi-main -- -ra
2394
2304
2395
- pypy3-test-instrumentation-fastapi-slim_ubuntu-latest :
2396
- name : instrumentation-fastapi-slim pypy-3.8 Ubuntu
2397
- runs-on : ubuntu-latest
2398
- steps :
2399
- - name : Checkout repo @ SHA - ${{ github.sha }}
2400
- uses : actions/checkout@v4
2401
-
2402
- - name : Set up Python pypy-3.8
2403
- uses : actions/setup-python@v5
2404
- with :
2405
- python-version : " pypy-3.8"
2406
-
2407
- - name : Install tox
2408
- run : pip install tox
2409
-
2410
- - name : Run tests
2411
- run : tox -e pypy3-test-instrumentation-fastapi-slim -- -ra
2412
-
2413
2305
py38-test-instrumentation-flask-0_ubuntu-latest :
2414
2306
name : instrumentation-flask-0 3.8 Ubuntu
2415
2307
runs-on : ubuntu-latest
0 commit comments