Skip to content

Handle truncated dnapars outfiles correctly #298

Handle truncated dnapars outfiles correctly

Handle truncated dnapars outfiles correctly #298

Workflow file for this run

name: build and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10"] # https://github.com/actions/runner/issues/1989
runs-on: ${{ matrix.os }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Python Setup
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install and Test
shell: bash -l {0}
run: |
pip install .
make test