Skip to content

feat(mi)!: new report format including est std err + 95ci for mi values #43

feat(mi)!: new report format including est std err + 95ci for mi values

feat(mi)!: new report format including est std err + 95ci for mi values #43

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9", "3.11" ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Set up Python
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install -r requirements.txt
- name: Install STRkit
run: pip install .
- name: Test
run: pytest -svv --cov=strkit --cov-branch