Skip to content

Commit

Permalink
Added conda-forge to list of channels
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Dec 16, 2018
1 parent 29602bf commit f44c17b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ conda install -n -q root _license
conda info -a
conda create -q -n test-environment python=$PYTHON_VERSION numpy nose
source activate test-environment
conda install -q conda-forge pyside pyinstaller
conda config --add channels conda-forge
conda install -q pyside pyinstaller

# If we're building on OSX, we need to download python.app to get around the qt_menu.nib problem.
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
Expand Down

0 comments on commit f44c17b

Please sign in to comment.