Skip to content

docs: Statistical Science perspective — CLA as a constrained LASSO (with T. Hastie) #1054

docs: Statistical Science perspective — CLA as a constrained LASSO (with T. Hastie)

docs: Statistical Science perspective — CLA as a constrained LASSO (with T. Hastie) #1054

Workflow file for this run

# This file is part of the jebel-quant/rhiza repository
# (https://github.com/jebel-quant/rhiza).
#
# Workflow: Continuous Integration
#
# Purpose: Run tests on multiple Python versions, check dependencies, run
# pre-commit hooks, verify documentation coverage, validate the
# project, run security scans, and check license compliance.
#
# Python version matrix source of truth:
# - Implemented in the reusable workflow called below
# - Generated from `Programming Language :: Python :: 3.x` classifiers in pyproject.toml
# - Adding/removing classifiers updates CI Python coverage automatically
#
# Trigger: On push and pull_request.
name: "(RHIZA) CI"
permissions:
contents: read
actions: read
on:
push:
pull_request:
jobs:
ci:
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v0.19.3
secrets: inherit