diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 13507855e6..362c6a8438 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -787,24 +787,6 @@ jobs: - name: Run tests run: tox -e lint-instrumentation-celery - lint-instrumentation-sklearn: - name: instrumentation-sklearn - runs-on: ubuntu-latest - steps: - - name: Checkout Contrib Repo @ SHA - ${{ github.sha }} - uses: actions/checkout@v4 - - - name: Set up Python 3.12 - uses: actions/setup-python@v5 - with: - python-version: "3.12" - - - name: Install tox - run: pip install tox - - - name: Run tests - run: tox -e lint-instrumentation-sklearn - lint-instrumentation-system-metrics: name: instrumentation-system-metrics runs-on: ubuntu-latest