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
Fix empty neuron.__version__ when git describe fails in shallow clones
Release dry-runs build wheels from a depth-1 checkout without creating the
release tag. git describe then fails while .git still exists, so GIT_DESCRIBE
stayed empty and neuron.__version__ (nrnversion(5)) was "", breaking ModelDB
CI workdir creation. Fall back to PROJECT_VERSION and assert non-empty
__version__ in wheel tests.
0 commit comments