File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,11 @@ jobs:
180180 for f in *.whl; do pip install $f || true; done
181181 - name : Install sdist
182182 if : ${{ matrix.from-source }}
183- run : pip install dist/*tar.gz
183+ env :
184+ COMPILE_GO=True
185+ run : |
186+ pip install 'grpcio-tools==1.44.0' 'pybindgen==0.22.1'
187+ pip install dist/*tar.gz
184188 - name : Install OS X dependencies
185189 if : matrix.os == 'macos-10.15'
186190 run : brew install coreutils
@@ -192,13 +196,6 @@ jobs:
192196 echo "$TEST_SCRIPT" > run-and-wait.sh
193197 bash run-and-wait.sh feast serve
194198 bash run-and-wait.sh feast ui
195- - name : Go lib test
196- if : ${{ !matrix.from-source }}
197- run : |
198- feast init test_repo
199- cd test_repo/
200- feast apply
201- echo "$TEST_SCRIPT" > run-and-wait.sh
202199 echo "\ngo_feature_retrieval: True" >> feature_store.yaml
203200 bash run-and-wait.sh feast serve
204201
You can’t perform that action at this time.
0 commit comments