Skip to content

Commit

Permalink
rename to GMGC-mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
psj1997 committed Jun 17, 2020
1 parent b352e73 commit a8bfdeb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/gmgc_mapper_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: gmgc_mapper_test

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
pip install numpy
pip install .
pip install pytest
pip install atomicwrites
- name: Test with pytest
run: |
python -m pytest ./test/test_alignment.py
python -m pytest ./test/test_split.py

0 comments on commit a8bfdeb

Please sign in to comment.