Skip to content

Bump scikit-learn from 0.22.1 to 1.5.0 #7

Bump scikit-learn from 0.22.1 to 1.5.0

Bump scikit-learn from 0.22.1 to 1.5.0 #7

Workflow file for this run

---
name: build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Checkout and setup python
uses: actions/setup-python@v2
with:
python-version: 3.6
architecture: 'x64'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install .
python3 -c "import paccmann"
training_paccmann -h