diff --git a/Makefile b/Makefile index d537c66ba2da0d3999ef47f934f94a27e963bf70..b0117ee32c37734dc31dc38c8767b6eb3a1eb45a 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ install: install-dev: pip install -e ".[dev]" + pip install -e ".[extras]" test: python -m pytest --junitxml=./reports/junit.xml -o junit_suite_name=$(PKGNAME) $(PKGNAME)