Skip to content

Commit

Permalink
comment on conda installer removal
Browse files Browse the repository at this point in the history
  • Loading branch information
drogenlied committed May 4, 2018
1 parent b08231b commit 0f8d5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ environment:

install:
# - "powershell %APPVEYOR_BUILD_FOLDER%\\tools\\setup_conda_windows.ps1"
# on need to install miniconda, it is already present on appveyor: https://www.appveyor.com/docs/build-environment/#python
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- 'conda env remove --yes --name qudi || exit 0'
- "conda env create -f %APPVEYOR_BUILD_FOLDER%\\tools\\conda-env-win8-qt5.yml"
Expand Down

0 comments on commit 0f8d5be

Please sign in to comment.