Skip to content

Commit

Permalink
chore(CI): Setup poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 30, 2024
1 parent 55f4101 commit eec3203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ poetry:
pip3 install poetry poetry-plugin-export --break-system-packages

install:
poetry install
poetry install --no-root

test:
PYTHONPATH=. poetry run pytest -s .

0 comments on commit eec3203

Please sign in to comment.