Skip to content
Snippets Groups Projects
Commit 140b792d authored by Jesse Mapel's avatar Jesse Mapel Committed by Jesse Mapel
Browse files

Added force flag to anaconda update

parent 581fb0cd
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ before_install:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda update -q --force conda
# Useful for debugging any issues with conda
- conda info -a
# Create the env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment