Skip to content

Update bgen dependency to version 4.1.10 #18

Update bgen dependency to version 4.1.10

Update bgen dependency to version 4.1.10 #18

Workflow file for this run

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