From 5c91540710aca98c821adc154b24f213769a2654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20S=C4=83vulescu?= Date: Fri, 24 Jun 2022 16:19:38 +0200 Subject: [PATCH] tie off mpi4py dependency on 151685 --- .github/workflows/nrn-modeldb-ci.yaml | 4 +++- modeldb/modeldb-run.yaml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nrn-modeldb-ci.yaml b/.github/workflows/nrn-modeldb-ci.yaml index 8791456..0abb687 100644 --- a/.github/workflows/nrn-modeldb-ci.yaml +++ b/.github/workflows/nrn-modeldb-ci.yaml @@ -80,7 +80,8 @@ jobs: - name: Set models to run for PR run: | # Select a few models to run CI for PRs - echo 'MODELS_TO_RUN=279 3264 22203 144549 105507 194897' >> $GITHUB_ENV + #TODO - temporary run added python models + echo 'MODELS_TO_RUN=156039 194897 226422 186768 189922 195615 139421 144586 244412 39948 195569 249404 206400 144511 229276 151282 264834 51685' >> $GITHUB_ENV if: github.event_name == 'pull_request' - name: Install dependencies and project @@ -96,6 +97,7 @@ jobs: #Install project in editable mode python -m pip install -e . echo "::set-output name=date::$(date -u "+%Y%m")" + - name: Cache ModelDB models id: cache-models diff --git a/modeldb/modeldb-run.yaml b/modeldb/modeldb-run.yaml index 68a24e8..e98b266 100644 --- a/modeldb/modeldb-run.yaml +++ b/modeldb/modeldb-run.yaml @@ -1239,3 +1239,5 @@ model_dir: mod run: - import os; os.system("python run.py param/gamma_L5weak_L2weak.param"); quit(); + script: + - sed -i 's/from mpi4py/#from mpi4py/g' run.py