From 68fc1718ae2ae5bcfee62d49ea80868e815a1e44 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Wed, 9 Oct 2024 21:57:33 +0200 Subject: [PATCH] chore: Add compatibility settings for editable installs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cf75688f52..c29d5688073 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ format: black . -l 79 linecheck . --fix install: - pip install -e .[dev] + pip install -e ".[dev]" --config-settings editable_mode=compat test: pytest policyengine_us/tests/ --maxfail=0 coverage run -a --branch -m policyengine_core.scripts.policyengine_command test policyengine_us/tests/policy/ -c policyengine_us