Skip to content

Commit

Permalink
.ci/appveyor.yml: Prevent pip from using cython
Browse files Browse the repository at this point in the history
Adds install option --no-cython-compile
  • Loading branch information
jayvdb committed May 26, 2018
1 parent 305565b commit ca879d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ install:
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""

- "%CMD_IN_ENV% python -m pip install --cache-dir=C:\\pip_cache \
--install-option="--no-cython-compile" \
-r requirements.txt -r test-requirements.txt"
- ps: "Install-Product node ''" # Use latest node v5.x.x
- "npm config set loglevel warn"
Expand Down

0 comments on commit ca879d1

Please sign in to comment.