Skip to content

Commit

Permalink
Merge pull request #79 from ZLLentz/reboot-conda
Browse files Browse the repository at this point in the history
CI: reboot conda after updating conda to avoid subtle path bugs
  • Loading branch information
Teddy Rendahl authored Mar 7, 2019
2 parents 7c29a9e + 17f10a9 commit 290fa69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda install conda-build anaconda-client
- conda update -q conda conda-build
# Reboot conda after updating conda to avoid subtle path bugs
- conda deactivate
- conda activate
# Useful for debugging any issues with conda
- conda info -a
- |
Expand Down

0 comments on commit 290fa69

Please sign in to comment.