mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:00:47 +08:00
FIX: Use direct, secure link for pip wheelhouse.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ install:
|
||||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||
|
||||
# Install the build and runtime dependencies of the project.
|
||||
- "%CMD_IN_ENV% pip install -v %WHEELHOUSE% -r tools/appveyor/requirements.txt"
|
||||
- "%CMD_IN_ENV% pip install -v --trusted-host 28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com %WHEELHOUSE% -r tools/appveyor/requirements.txt"
|
||||
- "%CMD_IN_ENV% pip install -v -r requirements.txt"
|
||||
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
|
||||
- ps: "ls dist"
|
||||
|
||||
Reference in New Issue
Block a user