Skip to content

Make manual alignment distinct from auto alignment #7

Make manual alignment distinct from auto alignment

Make manual alignment distinct from auto alignment #7

Workflow file for this run

name: Test library
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-22.04
name: Run tests
steps:
- name: Clone source
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install library
shell: bash
run: |
pip install https://github.com/cmlibs/zinc/releases/download/v4.2.0/cmlibs.zinc-4.2.0-cp311-cp311-linux_x86_64.whl
pip install .
- name: Run tests
shell: bash
run: |
python -m unittest --discover -s