Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
jchopard committed Mar 14, 2019
1 parent 91c8cf0 commit f5a8b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
# - miniconda.exe /AddToPath=1 /InstallationType=JustMe /RegisterPython=0 /S /D=%HOMEDRIVE%\Miniconda
# - del miniconda.exe
# - "set PATH=%HOMEDRIVE%\\Miniconda;%HOMEDRIVE%\\Miniconda\\Scripts;%PATH%"
- "%CONDA%\conda config --set always_yes yes --set changeps1 no"
- "%CONDA%\\conda config --set always_yes yes --set changeps1 no"
- conda update -q conda
# useful for debugging any issues with conda
- conda info -a
Expand Down

0 comments on commit f5a8b05

Please sign in to comment.