Skip to content

Commit

Permalink
fix for appveyor use-wheel fail, more things converted to int and wra…
Browse files Browse the repository at this point in the history
…pped in bool, not sure about callbacks atm
  • Loading branch information
AndrewAnnex committed Jun 8, 2018
1 parent b4a507a commit 11fad22
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 185 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install:
- "powershell appveyor\\install_numpy.ps1"

# Now install numpy from pre-built wheel. This may be fragile.
- "%WITH_COMPILER% pip install --use-wheel --no-index --find-links=c:\\Users\\appveyor\\Downloads numpy"
- "%WITH_COMPILER% pip install --no-index --find-links=c:\\Users\\appveyor\\Downloads numpy"

# Download CSPICE so we can build outside of python
- "%PYTHON%/python getspice.py"
Expand Down

0 comments on commit 11fad22

Please sign in to comment.