Skip to content

Bump scikit-learn from 1.4.2 to 1.5.0 #86

Bump scikit-learn from 1.4.2 to 1.5.0

Bump scikit-learn from 1.4.2 to 1.5.0 #86

Workflow file for this run

name: docs
concurrency: docs
on: [push]
jobs:
docs:
name: HOPES documentation
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Install docs requirements
run: |
pip install -r doc/requirements.txt
- name: Build docs
run: |
cd doc
make html
# wait for project to be ready
# - name: Deploy docs
# if: github.ref == 'refs/heads/main'
# uses: peaceiris/actions-gh-pages@v4
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: doc/_build/html
# cname: hopes.foobot.io