Skip to content

Commit

Permalink
init poetry shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasco committed Nov 11, 2023
1 parent d334be4 commit 09398a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry==1.6.1
poetry install
pip install ruff==0.1.4
poetry shell
ruff check .
ruff format .
pytest

0 comments on commit 09398a8

Please sign in to comment.