Skip to content

Commit

Permalink
chore: Add compatibility settings for editable installs (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk authored Oct 14, 2024
1 parent a8a2c1c commit fa7c934
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 @@ all: install
python setup.py sdist bdist_wheel

install:
pip install -e .[dev]
pip install -e ".[dev]" --config-settings editable_mode=compat
pip install --upgrade jsonschema[format-nongpl]

format:
Expand Down

0 comments on commit fa7c934

Please sign in to comment.