From 06cdae55dfe5f88c02a931504961ef0c5890b9de Mon Sep 17 00:00:00 2001 From: Zach Kurtz Date: Tue, 5 Nov 2024 11:40:50 -0500 Subject: [PATCH] add ci --- .github/workflows/ci.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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: