From 1acae6c87207cd6ab55df064ecd315fff310c32d Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Fri, 30 Aug 2024 17:00:37 +0200 Subject: [PATCH] Use vendored NMODL version as default during CI. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c755ea369..d6caf52704 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,9 +122,9 @@ variables: LIBSONATA_REPORT_BRANCH: description: Branch of libsonata-report to build BlueBrain models against in the simulation stack pipeline (LIBSONATA_REPORT_COMMIT and LIBSONATA_REPORT_TAG also possible) value: master - NMODL_BRANCH: + NMODL_COMMIT: description: Branch of NMODL to build CoreNEURON against (NMODL_COMMIT and NMODL_TAG also possible) - value: master + value: 791014679 SPACK_BRANCH: description: Branch of BlueBrain Spack to use for the CI pipeline value: develop