File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ before_install:
3636 conda create --name TEST python=$PY --file requirements-dev.txt --quiet
3737 source activate TEST
3838 # Install after to ensure it will be downgraded when testing an older version.
39- conda install numpy=$NUMPY
39+ conda install numpy=$NUMPY xarray dask
4040 conda info --all
4141
4242# Test source distribution.
@@ -64,7 +64,7 @@ script:
6464 pushd docs
6565 make clean html linkcheck
6666 popd
67- if [[ -z "$TRAVIS_TAG" ]]; then
67+ if [[ -z "$TRAVIS_TAG" ]]; then
6868 python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/_build/html dev
6969 else
7070 python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/_build/html "version-$TRAVIS_TAG"
You can’t perform that action at this time.
0 commit comments