Skip to content

Commit b3bd14e

Browse files
authored
Merge pull request #2088 from tseaver/1863-appveyou-pin-grpcio-1.0rc1
Appveyor: force install grpcio >= 1.0rc1.
2 parents 27f0af5 + 591fed3 commit b3bd14e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ install:
8282
# compiled extensions and are not provided as pre-built wheel packages,
8383
# pip will build them from source using the MSVC compiler matching the
8484
# target Python version and architecture
85-
- "%CMD_IN_ENV% pip install wheel nose nose-exclude cryptography grpcio"
86-
# Install sometimes-problemaatic gRPC-related dependencies
87-
- "%CMD_IN_ENV% pip install grpcio gax-google-pubsub-v1 gax-google-logging-v2"
85+
- "%CMD_IN_ENV% pip install wheel nose nose-exclude cryptography"
86+
# Install sometimes-problematic gRPC-related dependencies
87+
- "%CMD_IN_ENV% pip install 'grpcio >= 1.0rc1' gax-google-pubsub-v1 gax-google-logging-v2"
8888

8989
build_script:
9090
# Build the compiled extension

0 commit comments

Comments
 (0)