Skip to content

Some updates for reconstruction #212

Some updates for reconstruction

Some updates for reconstruction #212

Workflow file for this run

name: tests
on: push
jobs:
unit_tests:
runs-on: ubuntu-latest
container: magisslac/magis-docker
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: run pytest
run: |
pip install -e .
pytest -v --tb=native -rA tests/tests.py