mirror of https://github.com/explosion/spaCy.git
Added PYTHONPATH to appveyor build #2
This commit is contained in:
parent
64e41b2879
commit
805b6ef5a6
|
@ -22,7 +22,7 @@ install:
|
||||||
# done from inside the powershell script as it would require to restart
|
# done from inside the powershell script as it would require to restart
|
||||||
# the parent CMD process).
|
# the parent CMD process).
|
||||||
- "SET PATH=%CD%;%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%CD%;%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
- "SET PYTHONPATH=%CD%;%PYTHONPATH%;
|
- "SET PYTHONPATH=%CD%;%PYTHONPATH%"
|
||||||
|
|
||||||
# Filesystem root
|
# Filesystem root
|
||||||
# - ps: "ls \"C:/\""
|
# - ps: "ls \"C:/\""
|
||||||
|
|
Loading…
Reference in New Issue