Skip to content

changed list of points to be space-separated #48

changed list of points to be space-separated

changed list of points to be space-separated #48

Workflow file for this run

name: Run Tests on PR
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run docker compose up
run: docker-compose -f tests/docker-compose.yml up -d
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install .[tables]
- name: Test with pytest
run: |
pytest tests/