Browse Source

Set python path

Stefan Profanter 6 years ago
parent
commit
9ffca9547b
1 changed files with 1 additions and 0 deletions
  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: