Skip to content

Commit 738093f

Browse files
lbdreyerstephenworsley
authored andcommitted
Fix python-eccodes pin in travis (#3593)
1 parent 479b2cf commit 738093f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ install:
105105
# Conda-forge versioning is out of order (0.9.* is later than 2.12.*).
106106
- >
107107
if [[ "${TEST_MINIMAL}" != true ]]; then
108-
conda install --quiet -n ${ENV_NAME} python-eccodes>=0.9.1,<2;
108+
conda install --quiet -n ${ENV_NAME} python-eccodes">=0.9.1, <2";
109109
conda install --quiet -n ${ENV_NAME} --no-deps iris-grib;
110110
fi
111111

0 commit comments

Comments
 (0)