From 6f0df20428321717d852e4873d03ed73381a2dfd Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Mon, 15 Jul 2024 17:07:42 -0600 Subject: [PATCH] Remove duplicated entry --- .github/workflows/lint.yml | 18 ------------------ 1 file changed, 18 deletions(-) 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