Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zkurtz committed Nov 5, 2024
1 parent a1f46c9 commit 06cdae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
build:
name: continuous-integration

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06cdae5

Please sign in to comment.