Skip to content

Commit 8a18ce6

Browse files
committed
Don't install cython globally in AppVeyor
1 parent 0be7ff3 commit 8a18ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ install:
8484
# compiled extensions and are not provided as pre-built wheel packages,
8585
# pip will build them from source using the MSVC compiler matching the
8686
# target Python version and architecture
87-
- "%CMD_IN_ENV% pip install cython"
87+
- "%CMD_IN_ENV% pip install --user cython"
8888

8989
build_script:
9090
# Build the compiled extension

0 commit comments

Comments
 (0)