File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,16 @@ 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
8788 id : install-deps
8889 run : |
8990 set
91+ #Install mpi
92+ sudo apt-get install mpich libmpich-dev
9093 # Set up Xvfb
9194 sudo apt-get install xvfb
9295 sudo /usr/bin/Xvfb $DISPLAY -screen 0 1600x1200x24 & # run in bg
9699 #Install project in editable mode
97100 python -m pip install -e .
98101 echo "::set-output name=date::$(date -u "+%Y%m")"
102+
99103
100104 - name : Cache ModelDB models
101105 id : cache-models
Original file line number Diff line number Diff line change 1818 'scipy' ,
1919 '2to3' ,
2020 'reindent' ,
21+ 'mpi4py'
2122]
2223
2324with open ('README.md' , 'r' , encoding = 'utf-8' ) as f :
You can’t perform that action at this time.
0 commit comments