Skip to content

Commit

Permalink
Make reinstallation of editable installs more robust
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1378
  • Loading branch information
treiher committed Aug 21, 2023
1 parent 2b36c65 commit e63b56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ install: install_build_deps $(SDIST)

install_devel: install_build_deps parser
$(MAKE) -C devutils install_devel
rm -rf $(BUILD_DIR)/build/__editable__.*
pip3 install --force-reinstall -e ".[devel]" --config-settings editable_mode=strict

install_devel_edge: install_devel
Expand Down

0 comments on commit e63b56f

Please sign in to comment.