Skip to content

Commit

Permalink
Test against Iris 3.0.0rc0 from conda-forge/rc_iris.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Oct 12, 2020
1 parent b34c4b7 commit e8fac53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ env:
matrix:
- PYTHON_VERSION=36 LIMIT_TO_RELEASED_IRIS=false
- PYTHON_VERSION=37 LIMIT_TO_RELEASED_IRIS=false
# - PYTHON_VERSION=36 LIMIT_TO_RELEASED_IRIS=true
# - PYTHON_VERSION=37 LIMIT_TO_RELEASED_IRIS=true
- PYTHON_VERSION=36 LIMIT_TO_RELEASED_IRIS=true
- PYTHON_VERSION=37 LIMIT_TO_RELEASED_IRIS=true

install:
# Download iris-test-data
Expand Down Expand Up @@ -46,7 +46,7 @@ install:
# and replace the Iris dependency with Iris' underlying dependencies.
- >
if [[ "${LIMIT_TO_RELEASED_IRIS}" == false ]]; then
IRIS_REF="https://github.com/SciTools/iris/archive/v3.0.0rc0.zip";
IRIS_REF="https://github.com/SciTools/iris/archive/master.zip";
export IRIS_LOCATION="${HOME}/iris";
mkdir ${IRIS_LOCATION};
wget -O ${IRIS_LOCATION}/iris.zip ${IRIS_REF};
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci/py36.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: iris-grib-dev

channels:
- conda-forge
- conda-forge/label/rc_iris

dependencies:
- python=3.6
Expand All @@ -10,7 +10,7 @@ dependencies:
- setuptools

# Core dependencies.
- iris>=2.4
- iris=3.0.0rc0
- python-eccodes

# Optional dependencies.
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci/py37.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: iris-grib-dev

channels:
- conda-forge
- conda-forge/label/rc_iris

dependencies:
- python=3.7
Expand All @@ -10,7 +10,7 @@ dependencies:
- setuptools

# Core dependencies.
- iris>=2.4
- iris=3.0.0rc0
- python-eccodes

# Optional dependencies.
Expand Down

0 comments on commit e8fac53

Please sign in to comment.