Skip to content

small API change - passing exp_root to study.run() #112

small API change - passing exp_root to study.run()

small API change - passing exp_root to study.run() #112

Workflow file for this run

name: Darglint checks
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- name: Pip install
run: pip install darglint
- name: Pip list
run: pip list
- name: Darglint checks
run: darglint -v 2 -z short .