Skip to content

Commit

Permalink
Merge pull request #1 from zkurtz/fix-ci
Browse files Browse the repository at this point in the history
add ci
  • Loading branch information
zkurtz authored Nov 5, 2024
2 parents a1f46c9 + 06cdae5 commit 8220f67
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 8220f67

Please sign in to comment.