Skip to content

Commit

Permalink
Remove duplicated entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 15, 2024
1 parent 38973b3 commit 6f0df20
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f0df20

Please sign in to comment.