Skip to content

BLD: Increase version to 1.0.1 #39

BLD: Increase version to 1.0.1

BLD: Increase version to 1.0.1 #39

name: Build and test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install pytest
run: pip install pytest
- name: Install package
run: pip install .
- name: Run tests
run: pytest .