Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4c2ca2

Browse files
committed
Unset PYTHONHOME in AppVeyor
Its messing with `conda` causing it to fail to start. Tests in the `pr` #415 make this unnecessary.
1 parent 9449a04 commit f4c2ca2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ init:
2727
# Put desired Python version first in PATH
2828
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
2929

30-
# Needed for test `GetPythonHomeDefault`
31-
- set PYTHONHOME=%PYTHON%
32-
3330
install:
3431
- pip install --upgrade -r requirements.txt --quiet
3532

0 commit comments

Comments
 (0)