Skip to content

Revert "MAINT adapt for scikit-learn 1.6 (#1135)" (#1194) #125

Revert "MAINT adapt for scikit-learn 1.6 (#1135)" (#1194)

Revert "MAINT adapt for scikit-learn 1.6 (#1135)" (#1194) #125

name: Run code format checks
on:
push:
branches:
- "main"
pull_request:
branches:
- '*'
jobs:
run-pre-commit-checks:
name: Run pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.30.0
frozen: true
- name: Run tests
run: pixi run -e lint lint