We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37341f commit aa1783bCopy full SHA for aa1783b
.travis.yml
@@ -96,7 +96,7 @@ before_install:
96
hash -r;
97
conda config --set always_yes yes --set changeps1 no;
98
conda info -a;
99
- conda create -q -n testenv hdf5=${H5_CONDA};
+ conda create -q -n testenv -c anaconda hdf5=${H5_CONDA};
100
export HDF5_DIR="$HOME/miniconda/envs/testenv";
101
export RUSTFLAGS="-C link-args=-Wl,-rpath,$HOME/miniconda/envs/testenv/lib";
102
fi
0 commit comments