File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,16 @@ install:
8383 # pip will build them from source using the MSVC compiler matching the
8484 # target Python version and architecture
8585 - " %CMD_IN_ENV% pip install wheel nose nose-exclude unittest2 cryptography grpcio"
86+ # Install sometimes-problemaatic gRPC-related dependencies
87+ - " %CMD_IN_ENV% pip install grpcio gax-google-pubsub-v1 gax-google-logging-v2"
8688
8789build_script :
8890 # Build the compiled extension
89- # - "%CMD_IN_ENV% python setup.py build"
90- - " %CMD_IN_ENV% python setup.py develop"
91- - " %CMD_IN_ENV% pip list"
91+ - " %CMD_IN_ENV% python setup.py build"
9292
9393test_script :
9494 - " set PYTHONPATH=%GRPC_PATH%"
95+ - " %CMD_IN_ENV% pip list"
9596 # Run the project tests
9697 - " %CMD_IN_ENV% python setup.py nosetests"
9798
You can’t perform that action at this time.
0 commit comments