Skip to content

feat: be ablet to ignore return-type mismatch #32

feat: be ablet to ignore return-type mismatch

feat: be ablet to ignore return-type mismatch #32

Workflow file for this run

name: Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install TaskChain
run: |
python -m pip install --upgrade poetry
poetry config virtualenvs.create false
poetry install
- name: Run tests
run: make test