File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ skip_branch_with_pr: true
9
9
10
10
environment :
11
11
GOPATH : c:\gopath
12
- PATH : c:\protoc\bin;$(GOPATH)\bin;$(PATH)
12
+ # override default Python 2.7
13
+ PATH : c:\protoc\bin;$(GOPATH)\bin;C:\Python37;$(PATH)
13
14
14
15
stack : go 1.12
15
16
@@ -21,7 +22,7 @@ install:
21
22
- go get github.com/golangci/govet
22
23
- go get golang.org/x/lint/golint
23
24
# Python dependencies needed at test time
24
- - pip3 install -r test\requirements.txt
25
+ - pip install -r test\requirements.txt
25
26
# protobuf tooling needed at test time
26
27
- go get github.com/golang/protobuf/protoc-gen-go
27
28
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip
You can’t perform that action at this time.
0 commit comments