Skip to content

Issue19: add support for Linearmodels #416

Issue19: add support for Linearmodels

Issue19: add support for Linearmodels #416

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
linting:
uses: ./.github/workflows/lint.yml
testing:
uses: ./.github/workflows/test.yml
needs: linting