diff --git a/ci/install-upstream.sh b/ci/install-upstream.sh index f417f59ce..878eb8b25 100644 --- a/ci/install-upstream.sh +++ b/ci/install-upstream.sh @@ -10,7 +10,8 @@ conda remove -y --force \ xarray \ matplotlib \ geocat-viz \ - geocat-comp + geocat-comp \ + cartopy # conda list conda list @@ -31,4 +32,5 @@ python -m pip install \ python -m pip install \ git+https://github.com/Unidata/MetPy.git \ git+https://github.com/NCAR/geocat-comp.git \ - git+https://github.com/NCAR/geocat-viz.git + git+https://github.com/NCAR/geocat-viz.git \ + git+https://github.com/SciTools/cartopy.git