Skip to content

Bump scikit-learn from 1.3.1 to 1.5.2 #590

Bump scikit-learn from 1.3.1 to 1.5.2

Bump scikit-learn from 1.3.1 to 1.5.2 #590

Workflow file for this run

name: Check URLs
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lychee-link-check:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Check for broken links
uses: lycheeverse/lychee-action@v1
with:
# --exclude-loopback ensures we don't check localhost URLs
args: --exclude-loopback './**/*.md' './**/*.rst'