瀏覽代碼

Set python path

Stefan Profanter 6 年之前
父節點
當前提交
9ffca9547b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -48,6 +48,7 @@ init:
   - git config --global core.autocrlf input # Attempt to ensure we don't try to convert line endings to Win32 CRLF as this will cause build to fail
 
 install:
+- set PATH=C:\Users\appveyor\AppData\Roaming\Python\Scripts;%PATH%
 - ps: '& "./tools/appveyor/install.ps1"'
 
 before_build: