diff --git a/appveyor.yml b/appveyor.yml index 9d3ac6f..750c4c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,7 @@ environment: install: # We need wheel installed to build wheels + - cmd: set PATH=%PATH%;%PYTHON%\Scripts - "%PYTHON%\\python.exe -m pip install --upgrade pip" - "%PYTHON%\\python.exe -m pip install wheel" - "%PYTHON%\\python.exe -m pip install -r requirements_testings.txt"