Skip to content

fix(deps): update dependency scikit-learn to v1.6.0 #429

fix(deps): update dependency scikit-learn to v1.6.0

fix(deps): update dependency scikit-learn to v1.6.0 #429

Workflow file for this run

name: Black code formatter check
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./psyki" # replace with your code path