Skip to content

Bump scikit-learn from 0.23.2 to 1.5.0 in /components/routers/case_study/models/rf_model #3091

Bump scikit-learn from 0.23.2 to 1.5.0 in /components/routers/case_study/models/rf_model

Bump scikit-learn from 0.23.2 to 1.5.0 in /components/routers/case_study/models/rf_model #3091

Workflow file for this run

name: V1 Python Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
python-tests:
runs-on: ubuntu-latest
container: seldonio/python-builder:0.8
steps:
- uses: actions/checkout@v2
- name: test-python
run: |
make -C python update_package install_dev test