Skip to content

Add custom MD driver and improve pairfinder memory performance #85

Add custom MD driver and improve pairfinder memory performance

Add custom MD driver and improve pairfinder memory performance #85

Workflow file for this run

# Check that package builds
name: Build Checks
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: >-
python -m pip install --user --upgrade setuptools wheel
- name: Build
run: >-
python setup.py sdist bdist_wheel