Skip to content

Commit

Permalink
add mpi4py dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Jun 24, 2022
1 parent 8f1902d commit fc9bc6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nrn-modeldb-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,16 @@ 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
id: install-deps
run: |
set
#Install mpi
sudo apt-get install mpich libmpich-dev
# Set up Xvfb
sudo apt-get install xvfb
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1600x1200x24 & # run in bg
Expand All @@ -96,6 +99,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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'scipy',
'2to3',
'reindent',
'mpi4py'
]

with open('README.md', 'r', encoding='utf-8') as f:
Expand Down

0 comments on commit fc9bc6a

Please sign in to comment.