Skip to content

(Issue 237) Draft updates for scikit-learn 1.6 and scipy 1.15 API changes #1635

(Issue 237) Draft updates for scikit-learn 1.6 and scipy 1.15 API changes

(Issue 237) Draft updates for scikit-learn 1.6 and scipy 1.15 API changes #1635

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: install tests dependencies
run: python -m pip install tox
- name: Lint the code
run: tox -e lint