Skip to content

[pre-commit.ci] pre-commit autoupdate #168

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #168

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