Skip to content

Merge branch 'main' of https://github.com/tahiri-lab/aPhyloGeo #202

Merge branch 'main' of https://github.com/tahiri-lab/aPhyloGeo

Merge branch 'main' of https://github.com/tahiri-lab/aPhyloGeo #202

name: Test aPhyloGeo
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Test with pytest
run: |
make test