Skip to content
Snippets Groups Projects
Commit f1613230 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Added missing package

parent fcf2fb88
No related branches found
No related tags found
1 merge request!56Resolve "Plotting CMIP6 data on unstructured grids with psyplot"
Pipeline #10198 failed
......@@ -14,9 +14,9 @@ build:
- conda activate /home/gitlab-runner/.conda/envs/gitlabci
- micromamba create --file environment.yml -c conda-forge -p /home/gitlab-runner/.conda/envs/mambaenv -y --no-rc
- conda activate /home/gitlab-runner/.conda/envs/mambaenv
- pip3 install shapely --upgrade #For psyplot
- envkernel conda --name=anaconda3_bleeding --replace --user /home/gitlab-runner/.conda/envs/mambaenv
script:
- export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/lib:/lib:/usr/lib
- cd docs
- make html
after_script:
......
......@@ -30,8 +30,11 @@ dependencies:
- esmvalcore
- requests
- aiohttp
#psyplot
- psy-maps
- psyplot
#intake pangeo
- gcsfs
- pip:
- envkernel
- shapely
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment