Replace Makefile with poe tasks in pyproject.yaml (#118)

https://github.com/nat-n/poethepoet
This commit is contained in:
nat
2020-07-25 20:54:40 +03:00
committed by GitHub
parent c1a76a5f5e
commit c513853301
5 changed files with 549 additions and 70 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Run black
run: make check-style
run: poetry run poe check-style
run-tests:
runs-on: ubuntu-latest
@@ -53,8 +53,8 @@ jobs:
poetry install
- name: Run tests
run: |
make generate
make test
poetry run poe generate
poetry run poe test
build-release:
runs-on: ubuntu-latest