Skip to content

Fix stratification, disable drop_singular_classes by default #31

Fix stratification, disable drop_singular_classes by default

Fix stratification, disable drop_singular_classes by default #31

Workflow file for this run

name: Python Tests
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: Run tests
run: |
python -m pytest ./tests