File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments