Skip to content

Support Path objects for bim and fam arguments #13

Support Path objects for bim and fam arguments

Support Path objects for bim and fam arguments #13

Workflow file for this run

name: 🧪 Testing
on: [push, pull_request]
jobs:
test:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest