@@ -1075,6 +1075,28 @@ jobs:
10751075 - name : Run tests
10761076 run : tox -e py38-test-instrumentation-psycopg2 -- -ra
10771077
1078+ py38-test-instrumentation-psycopg2-binary :
1079+ name : instrumentation-psycopg2-binary
1080+ runs-on : ubuntu-latest
1081+ steps :
1082+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
1083+ uses : actions/checkout@v4
1084+ with :
1085+ repository : open-telemetry/opentelemetry-python-contrib
1086+ ref : ${{ env.CONTRIB_REPO_SHA }}
1087+
1088+ - name : Set up Python 3.8
1089+ uses : actions/setup-python@v5
1090+ with :
1091+ python-version : " 3.8"
1092+ architecture : " x64"
1093+
1094+ - name : Install tox
1095+ run : pip install tox-uv
1096+
1097+ - name : Run tests
1098+ run : tox -e py38-test-instrumentation-psycopg2-binary -- -ra
1099+
10781100 py38-test-instrumentation-psycopg :
10791101 name : instrumentation-psycopg
10801102 runs-on : ubuntu-latest
@@ -1251,6 +1273,28 @@ jobs:
12511273 - name : Run tests
12521274 run : tox -e py38-test-instrumentation-pymysql -- -ra
12531275
1276+ py38-test-instrumentation-pymssql :
1277+ name : instrumentation-pymssql
1278+ runs-on : ubuntu-latest
1279+ steps :
1280+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
1281+ uses : actions/checkout@v4
1282+ with :
1283+ repository : open-telemetry/opentelemetry-python-contrib
1284+ ref : ${{ env.CONTRIB_REPO_SHA }}
1285+
1286+ - name : Set up Python 3.8
1287+ uses : actions/setup-python@v5
1288+ with :
1289+ python-version : " 3.8"
1290+ architecture : " x64"
1291+
1292+ - name : Install tox
1293+ run : pip install tox-uv
1294+
1295+ - name : Run tests
1296+ run : tox -e py38-test-instrumentation-pymssql -- -ra
1297+
12541298 py38-test-instrumentation-pyramid :
12551299 name : instrumentation-pyramid
12561300 runs-on : ubuntu-latest
0 commit comments