Skip to content

Drop requirement for scheme bed in discordant_primers() #115

Drop requirement for scheme bed in discordant_primers()

Drop requirement for scheme bed in discordant_primers() #115

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.11"]
name: Python ${{ matrix.python-version }} (${{ matrix.os }})
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install '.[dev]'
- name: Test with pytest
env:
PRIMASCHEMA_ROOT_PATH: ${{ github.workspace }}
run: |
pytest