Skip to content

Changes in README file due to publishing of papers #182

Changes in README file due to publishing of papers

Changes in README file due to publishing of papers #182

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install pytest
run: pip install pytest
- name: Install fulu
run: pip install -e .
- name: Run tests
run: pytest