Skip to content

Commit 5c91540

Browse files
committed
tie off mpi4py dependency on 151685
1 parent 8f1902d commit 5c91540

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/nrn-modeldb-ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
- name: Set models to run for PR
8181
run: |
8282
# Select a few models to run CI for PRs
83-
echo 'MODELS_TO_RUN=279 3264 22203 144549 105507 194897' >> $GITHUB_ENV
83+
#TODO - temporary run added python models
84+
echo 'MODELS_TO_RUN=156039 194897 226422 186768 189922 195615 139421 144586 244412 39948 195569 249404 206400 144511 229276 151282 264834 51685' >> $GITHUB_ENV
8485
if: github.event_name == 'pull_request'
8586

8687
- name: Install dependencies and project
@@ -96,6 +97,7 @@ jobs:
9697
#Install project in editable mode
9798
python -m pip install -e .
9899
echo "::set-output name=date::$(date -u "+%Y%m")"
100+
99101
100102
- name: Cache ModelDB models
101103
id: cache-models

modeldb/modeldb-run.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,3 +1239,5 @@
12391239
model_dir: mod
12401240
run:
12411241
- import os; os.system("python run.py param/gamma_L5weak_L2weak.param"); quit();
1242+
script:
1243+
- sed -i 's/from mpi4py/#from mpi4py/g' run.py

0 commit comments

Comments
 (0)