Skip to content

Bump scikit-learn from 1.4.2 to 1.5.0 (#39) #797

Bump scikit-learn from 1.4.2 to 1.5.0 (#39)

Bump scikit-learn from 1.4.2 to 1.5.0 (#39) #797

Workflow file for this run

name: QUANT CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Test
run: make test
- name: Check
run: make check