File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 30
30
- name : Check out repository
31
31
uses : actions/checkout@v3
32
32
continue-on-error : true
33
+ - name : Setup Golang
34
+ uses : actions/setup-go@v5
35
+ with :
36
+ go-version : ' 1.20'
33
37
- name : Generate client (stubs) files
34
38
# Install all dependencies and generate API stubs.
35
39
run : make build
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ verify-import: deps-py
98
98
source " $( VENV_PATH) " /" $( VENV_PATH_DIR) " /activate \
99
99
&& python -c ' from iotics.lib.grpc import IoticsApi'
100
100
101
- run-examples : # deps-py
101
+ run-examples : deps-py
102
102
source " $( VENV_PATH) " /" $( VENV_PATH_DIR) " /activate \
103
103
&& python examples/search_twin_models.py \
104
104
&& python examples/search_location.py \
You can’t perform that action at this time.
0 commit comments