Skip to content

Commit

Permalink
install current package
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasco committed Nov 11, 2023
1 parent cf13f55 commit bc629c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
poetry install
poetry check
poetry build
pip install -e .
poetry run ruff check .
poetry run ruff format .
Expand Down

0 comments on commit bc629c4

Please sign in to comment.