Skip to content

added package website #3

added package website

added package website #3

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: install-package
shell: bash -l {0}
run: |
pip install -e .
- name: test
shell: bash -l {0}
run: |
python -m unittest discover