Replace Makefile with poe tasks in pyproject.yaml (#118)
https://github.com/nat-n/poethepoet
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user