docs: Statistical Science perspective — CLA as a constrained LASSO (with T. Hastie) #1054
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |