Skip to content

Automatic Variable Transformation #161

Automatic Variable Transformation

Automatic Variable Transformation #161

Workflow file for this run

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