You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always reinstall eth2spec for non-editable installs (#4676)
Adds `--reinstall-package=eth2spec` for `uv run` commands used with
editable installs. This will ensure that `uv` doesn't used a cached
version of `eth2spec` (consensus-specs) and ensure that the most recent
version of repo source is used when generating test vectors during local
development.
Follow-up fix to:
- #4627
and, in particular:
- #4634
0 commit comments