Skip to content

Merge pull request #123 from Juliaria08/api_improvements #246

Merge pull request #123 from Juliaria08/api_improvements

Merge pull request #123 from Juliaria08/api_improvements #246

Workflow file for this run

name: Astrobotany
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install packages
run: |
pip install .
pip install .[test]
sudo apt-get install timidity
- name: Lint with mypy
run: |
mypy --ignore-missing-imports --exclude build .
- name: Run tests
run: |
pytest -v tests/