Skip to content

Commit

Permalink
Fix reinstallation of editable installs
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1378
  • Loading branch information
treiher committed Sep 4, 2023
1 parent 4385ae3 commit 101a426
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 @@ -214,7 +214,7 @@ install: install_build_deps $(SDIST)

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

install_devel_edge: install_devel
Expand Down

0 comments on commit 101a426

Please sign in to comment.