Skip to content

Commit

Permalink
Remove sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 16, 2024
1 parent acb2247 commit c893aca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ def get_lint_jobs_data(tox_envs: list) -> list:

tox_env = tox_lint_env_match.string

if tox_env == "lint-instrumentation-sklearn":
# FIXME: remove when support for
# opentelemetry-instrumentation-sklearn is dropped.
continue

lint_jobs_data.append(
{
"name": f"{tox_env}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,3 @@ jobs:
- name: Run tests
run: tox -e {{ job.tox_env }}
{%- endfor %}

lint-instrumentation-sklearn:
name: instrumentation-sklearn
runs-on: ubuntu-latest
steps:
- name: Checkout Contrib Repo @ SHA - ${% raw %}{{ github.sha }}{% endraw %}
uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e lint-instrumentation-sklearn
18 changes: 0 additions & 18 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,21 +1056,3 @@ jobs:

- name: Run tests
run: tox -e lint-processor-baggage

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.8
uses: actions/setup-python@v5
with:
python-version: "3.8"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e lint-instrumentation-sklearn

0 comments on commit c893aca

Please sign in to comment.