Skip to content

Commit

Permalink
Merge pull request #396 from ZLLentz/fix-tests
Browse files Browse the repository at this point in the history
CI: ban defaults channel from travis build
  • Loading branch information
ZLLentz authored Mar 13, 2020
2 parents 1776ab4 + abe0f56 commit 61d5b5c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,19 @@ matrix:
env: BUILD_DOCS=1

install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- source $HOME/miniconda/etc/profile.d/conda.sh
- conda activate base
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda install conda-build
- conda update -q conda conda-build
- conda install python=$TRAVIS_PYTHON_VERSION conda-build=3.12.0
#- conda install conda-build
#- conda update -q conda conda-build
- conda config --add channels pcds-tag
- conda config --append channels conda-forge
- conda config --remove channels defaults
- conda config --set channel_priority true
# Useful for debugging any issues with conda
- conda info -a
# Paranoid check of what version we're using
Expand Down

0 comments on commit 61d5b5c

Please sign in to comment.