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 4e75bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ help: ## Display this help message

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

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

0 comments on commit 4e75bf1

Please sign in to comment.