Skip to content

[Repo Assist] fix: implement asymptotic CI/SE via Delta method for LinearRegressionEstimator with effect modifiers #1024

[Repo Assist] fix: implement asymptotic CI/SE via Delta method for LinearRegressionEstimator with effect modifiers

[Repo Assist] fix: implement asymptotic CI/SE via Delta method for LinearRegressionEstimator with effect modifiers #1024

Workflow file for this run

name: Build Docs (CI)
on:
pull_request:
branches: [main]
paths:
- ".github/workflows/docs-ci.yml"
- "dowhy/**"
- "docs/**"
- "pyproject.toml"
- "poetry.lock"
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/setup-python@v6
with:
python-version: '3.9'
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc g++ pkg-config libgraphviz-dev graphviz-dev graphviz nodejs npm pandoc
- name: Install Poetry
run: python3 -m pip install poetry
- name: Install Python Dependencies
run: poetry install -E plotting -E pydot -E pygraphviz -E econml --with docs
- run: git config --global --add safe.directory /__w/dowhy/dowhy
- name: Build
run: ./docs/generate_docs.sh