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 @@ -40,15 +40,15 @@ before_install:
40
40
fi;
41
41
42
42
# handle python operations separately to reduce timeouts
43
- - wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest -Linux-x86_64.sh
43
+ - wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-4.3.31 -Linux-x86_64.sh
44
44
-O /home/travis/.cache/conda.sh
45
45
- bash ${HOME}/.cache/conda.sh -b -p ${HOME}/conda
46
46
- export PATH=${HOME}/conda/bin:$PATH
47
47
- hash -r
48
48
- conda config --set always_yes yes --set changeps1 no
49
49
- travis_retry conda update -q conda
50
50
- conda config --add channels conda-forge
51
- - travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu asn1crypto=0.23
51
+ - travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu
52
52
- travis_retry pip install -r requirements.txt
53
53
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&
54
54
pip install -e ${HOME}/pybids
You can’t perform that action at this time.
0 commit comments