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.
2 parents 654eb74 + 2d47882 commit c1e29b4Copy full SHA for c1e29b4
.travis.yml
@@ -218,7 +218,7 @@ before_install:
218
conda config --prepend channels conda-forge --prepend channels symengine/label/dev;
219
220
conda info -a;
221
- conda create -q -n test-environment ${TEST_OPT_DEPENDENCY};
+ travis_wait conda create -q -n test-environment ${TEST_OPT_DEPENDENCY};
222
source activate test-environment;
223
export CPATH=$CONDA_PREFIX/include;
224
export LIBRARY_PATH=$CONDA_PREFIX/lib;
0 commit comments