From f44218b59f8d2b352c74bb0fdddd6d1500688a60 Mon Sep 17 00:00:00 2001 From: lbdreyer Date: Wed, 11 Dec 2019 16:39:14 +0000 Subject: [PATCH] Fix python-eccodes pin in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c9c33b4cb..a9f6bf3bfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,7 +105,7 @@ install: # Conda-forge versioning is out of order (0.9.* is later than 2.12.*). - > if [[ "${TEST_MINIMAL}" != true ]]; then - conda install --quiet -n ${ENV_NAME} python-eccodes>=0.9.1,<2; + conda install --quiet -n ${ENV_NAME} python-eccodes">=0.9.1, <2"; conda install --quiet -n ${ENV_NAME} --no-deps iris-grib; fi