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:
4040 fi;
4141
4242# 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
4444 -O /home/travis/.cache/conda.sh
4545- bash ${HOME}/.cache/conda.sh -b -p ${HOME}/conda
4646- export PATH=${HOME}/conda/bin:$PATH
4747- hash -r
4848- conda config --set always_yes yes --set changeps1 no
4949- travis_retry conda update -q conda
5050- 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
5252- travis_retry pip install -r requirements.txt
5353- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&
5454 pip install -e ${HOME}/pybids
You can’t perform that action at this time.
0 commit comments