Skip to content

Commit

Permalink
tie off mpi4py dependency on 151685
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Jun 24, 2022
1 parent 8f1902d commit 492b953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nrn-modeldb-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 151685' >> $GITHUB_ENV
if: github.event_name == 'pull_request'

- name: Install dependencies and project
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 492b953

Please sign in to comment.