Skip to content

Commit

Permalink
Workaround for Mac environment duplication with accented characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg1969 committed Sep 8, 2018
1 parent 9808086 commit b6942c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ install:
# difficult to work with for non-ASCII content we're using env files.
- conda env create -f conda-recipe/testenv1.yaml
- conda env create -f conda-recipe/testenv2.yaml
# It seems there is an issue with newer versions of conda double-
# counting environments containing accented characters. It seems
# to have something to do with environments.txt. Removing it seems
# to solve the problem, so for now let's do that
- rm -f $HOME/.conda/environments.txt
- conda info -a

script:
Expand Down

0 comments on commit b6942c9

Please sign in to comment.