Skip to content

Replace tess-locator with tesswcs #36

Replace tess-locator with tesswcs

Replace tess-locator with tesswcs #36

Workflow file for this run

name: mypy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: mypy
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
- name: Run mypy
run: |
make mypy