Skip to content

Commit

Permalink
chore: Add compatibility settings for editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Oct 9, 2024
1 parent 0051378 commit 68fc171
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 @@ 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
Expand Down

0 comments on commit 68fc171

Please sign in to comment.