Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ install:
# compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%CMD_IN_ENV% pip install wheel nose nose-exclude cryptography grpcio"
# Install sometimes-problemaatic gRPC-related dependencies
- "%CMD_IN_ENV% pip install grpcio gax-google-pubsub-v1 gax-google-logging-v2"
- "%CMD_IN_ENV% pip install wheel nose nose-exclude cryptography"
# Install sometimes-problematic gRPC-related dependencies
- "%CMD_IN_ENV% pip install 'grpcio >= 1.0rc1' gax-google-pubsub-v1 gax-google-logging-v2"

build_script:
# Build the compiled extension
Expand Down