Skip to content

Bump scikit-learn from 0.22.2.post1 to 1.5.0 #3

Bump scikit-learn from 0.22.2.post1 to 1.5.0

Bump scikit-learn from 0.22.2.post1 to 1.5.0 #3

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --build-arg agent_cls_path=agent.dummy.DummyAgent --file Dockerfile