File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 if : ${{ env.NBS != '' }}
8989 run : |
9090 # process notebooks
91- pip install xarray[complete]
92- pip install eccodes
93- pip install cfgrib
94- python -m cfgrib selfcheck
9591 # add cdsapi credentials for projects
9692 echo "url: https://cds.climate.copernicus.eu/api/v2" >> /home/runner/.cdsapirc
9793 echo "key: ${{ inputs.cdsapi_uid }}:${{ inputs.cdsapi_key }}" >> /home/runner/.cdsapirc
Original file line number Diff line number Diff line change @@ -133,12 +133,16 @@ runs:
133133 - name : Update environment
134134 if : ${{steps.cache-python.outputs.cache-hit != 'true' || inputs.force_env_update == 'true'}}
135135 run : |
136+ # Install python dependencies
136137 # mamba env update -n climatematch -f environment.yml
137138 pip install -r ci/requirements.txt
138139 pip install -r requirements.txt
140+ pip install ecmwflibs
141+ pip install eccodes==1.3.1
142+ pip install cfgrib
143+ python -m cfgrib selfcheck
139144 pip install requests aiohttp
140145 pip install jupyter-book==0.14.0 ghp-import cftime pyleoclim importlib-metadata==4.13.0
141- # pip install climlab==0.8.2
142146 shell : bash -l {0}
143147
144148 - name : Build climlab from source
Original file line number Diff line number Diff line change @@ -46,4 +46,4 @@ mystatsfunctions @ https://github.com/njleach/mystatsfunctions/archive/main.zip
4646dicelib @ https://github.com/mptouzel/PyDICE/archive/master.zip
4747cdsapi
4848texttable
49- cfgrib
49+ # cfgrib
You can’t perform that action at this time.
0 commit comments