Skip to content

Commit aa56c9f

Browse files
authored
Merge pull request #1973 from tseaver/1863-appveyor-protobuf-this-time-for-sure
Appveyor: this-time-for-sure-rocky
2 parents 6d3592f + d5dfcef commit aa56c9f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

8789
build_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

9393
test_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

0 commit comments

Comments
 (0)