We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eth2spec
1 parent 3e758b8 commit c10dbf0Copy full SHA for c10dbf0
Makefile
@@ -193,7 +193,7 @@ VENV = .venv
193
# Use editable installs for all non-generation targets, but use non-editable
194
# installs for generators. More details: ethereum/consensus-specs#4633.
195
UV_RUN = uv run
196
-UV_RUN_NE = uv run --no-editable
+UV_RUN_NE = uv run --no-editable --reinstall-package=eth2spec
197
198
# Sync dependencies using uv.
199
_sync: MAYBE_VERBOSE := $(if $(filter true,$(verbose)),--verbose)
0 commit comments