Skip to content

Commit 6d6dfc9

Browse files
committed
CI: Revert to Miniconda 4.3.31
1 parent 2f9eb6e commit 6d6dfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)