Skip to content

Commit 002a965

Browse files
authored
Merge pull request #164 from neuromatch/staging
Staging
2 parents ae6db9e + 867f381 commit 002a965

6 files changed

Lines changed: 1206 additions & 893 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ runs:
8383

8484
- name: Install GEOS/Proj (dep for cartopy)
8585
run: |
86-
sudo apt update
87-
sudo apt install libgeos++-dev libgeos3.10.2 libgeos-c1v5 libgeos-dev libgeos-doc
88-
sudo apt-get install proj-bin libproj-dev proj-data
86+
sudo apt update
87+
sudo apt install -y libgeos++-dev libgeos3.10.2 libgeos-c1v5 libgeos-dev libgeos-doc
88+
sudo apt-get install -y proj-bin libproj-dev proj-data
8989
shell: bash -l {0}
9090

9191

9292
- name: Install HDF5 (dep for netCDF4)
9393
run: |
94-
sudo apt-get install libhdf5-serial-dev netcdf-bin libnetcdf-dev
94+
sudo apt-get install -y libhdf5-serial-dev netcdf-bin libnetcdf-dev
9595
shell: bash -l {0}
9696

9797
- name: Build/Install esmf/esmpy/xesmf
@@ -105,7 +105,7 @@ runs:
105105
# Append ENV VAR to GH ENV so that vars can persist between runs
106106
ESMFMKFILE=$(find $(pwd) -name 'esmf.mk')
107107
echo "ESMFMKFILE=$ESMFMKFILE" >> $GITHUB_ENV
108-
sudo apt install mpich
108+
sudo apt install -y mpich
109109
pip install mpi4py nose
110110
cd src/addon/esmpy
111111
pip install -U numpy

.github/workflows/notebook-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
uses: ./.github/actions/check-notebooks
5757
with:
5858
run_all: 'false'
59-
# exec_flag: '--check-only'
60-
exec_flag: '--execute'
59+
exec_flag: '--check-only'
60+
# exec_flag: '--execute'
6161
# exercise-continue-on-error: true
6262
cdsapi_uid: ${{ secrets.CDSAPI_UID }}
6363
cdsapi_key: ${{ secrets.CDSAPI_KEY }}

0 commit comments

Comments
 (0)