Skip to content

Raise error if fitted propensity is passed through nuisance_models #23

Raise error if fitted propensity is passed through nuisance_models

Raise error if fitted propensity is passed through nuisance_models #23

Workflow file for this run

name: Package
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build Package
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
# TODO: Build and upload to PyPI.