Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
added "conda update -n base conda" to avoid out-of-memory error
  • Loading branch information
fdarvas authored Apr 26, 2022
1 parent 45df698 commit 7fdef86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install:
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda update -n base conda
# Useful for debugging any issues with conda
- conda info -a

Expand Down

0 comments on commit 7fdef86

Please sign in to comment.