diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 835b514..d08ccce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ on: jobs: build: + name: continuous-integration + runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 77bc702..276d773 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ pyenv activate packio Install this package and its dependencies in your virtual env: ``` -poetry install +poetry install --with dev ``` Set up git hooks: