Skip to content

Bump scikit-learn from 0.22 to 1.5.0 in /scripts #200

Bump scikit-learn from 0.22 to 1.5.0 in /scripts

Bump scikit-learn from 0.22 to 1.5.0 in /scripts #200

Workflow file for this run

name: Lint
on: [pull_request] # yamllint disable-line rule:truthy
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "~= 24.4.0"