Skip to content

Commit

Permalink
appvayor still complained about path to install_numpy.ps1 again12
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Jul 27, 2015
1 parent a33a3dd commit 73dfbcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ cache:
init:
# Check for numpy wheel, compile if absent (will take FOREVER to build!)
#- "powershell appveyor\\install_numpy.ps1"
- ps: if (-not(Test-Path "C:\tmp\*.whl")) { iex "cmd /E:ON /V:ON /C $env:appveyor_build_folder\\appveyor\\windows_sdk.cmd pip wheel --wheel-dir=c:\\tmp numpy" }
- ps: "ls \:$env:appveyor_build_folder/\""
- ps: if (-not(Test-Path "C:\tmp\*.whl")) { iex "cmd /E:ON /V:ON /C $env:appveyor_build_folder\appveyor\windows_sdk.cmd pip wheel --wheel-dir=c:\\tmp numpy" }

# update path to use installed pip
- set PATH=%PYTHON%\scripts;%PATH%
Expand Down

0 comments on commit 73dfbcd

Please sign in to comment.