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.
* CI: pin Ubuntu 24.04 MPICH for arm64 wheel tests
Host arm64 mpich/libmpich12 4.2.0-5.1 debs on nrn-ci-deps ci-deps-v1 and
select amd64 vs arm64 in install_mpich_noble.sh so ubuntu-24.04-arm wheel
jobs no longer try to dpkg amd64 packages (LP#2072338 pin).
* CI: fix merge-wheels artifact URL output for ModelDB/build-ci
actions/upload-artifact/merge@v4 exposes artifact-url, not artifacts-url.
The empty job output made Release ModelDB V2 fall back to neuron-nightly
instead of this run's wheels artifact.
0 commit comments