Skip to content

Update version.py

Update version.py #6

Workflow file for this run

name: Run pytest.
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Pytest
run: |
pip install pytest
pip install -e .
python -m pytest .