Skip to content

Commit

Permalink
Set --no-build-isolation for editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Mar 7, 2024
1 parent 1632c48 commit e421ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babelizer/data/{{cookiecutter.package_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ dist: clean ## builds source and wheel package
ls -l dist

install: clean ## install the package to the active Python's site-packages
pip install -e .
pip install --no-build-isolation --editable .

0 comments on commit e421ff0

Please sign in to comment.