Skip to content

Commit

Permalink
Use Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
vuilleumierc committed Aug 21, 2024
1 parent c69fe81 commit 5edae72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ help: ## Display this help message

.PHONY: install
install: ## Install package
pip install .
poetry install
poetry shell

.PHONY: tests
tests: ## Run unit tests
pytest -vvv tests
python -m pytest -vvv tests

0 comments on commit 5edae72

Please sign in to comment.