Skip to content

build: upgrade scikit-learn>=1.9.0 and scipy>=1.18.1 #18857

build: upgrade scikit-learn>=1.9.0 and scipy>=1.18.1

build: upgrade scikit-learn>=1.9.0 and scipy>=1.18.1 #18857

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v7
- run: uvx ruff check --output-format=github .