Skip to content

Merge branch 'main' of https://github.com/fzi-forschungszentrum-infor… #124

Merge branch 'main' of https://github.com/fzi-forschungszentrum-infor…

Merge branch 'main' of https://github.com/fzi-forschungszentrum-infor… #124

Workflow file for this run

name: Publish Github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
- run: pip install sklearn==0.0
- run: pip install https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip
- run: pip install .[docs]
- run: mkdocs gh-deploy --force