Skip to content

Turn off update_on_init for special model nodes (#186) #304

Turn off update_on_init for special model nodes (#186)

Turn off update_on_init for special model nodes (#186) #304

Workflow file for this run

name: doctest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
doctest:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install liesel
run: |
pip install .[dev,pymc]
pip list
- name: Run pytest
run: pytest --doctest-modules liesel