We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd80ea commit 4a35e0bCopy full SHA for 4a35e0b
.github/workflows/build_wheels.yml
@@ -192,11 +192,12 @@ jobs:
192
echo "$VERSION_OUTPUT from installed wheel is not in the correct format or doesn't have the right version $VERSION."
193
exit 1
194
fi
195
- - name: Smoke test
196
- run: |
197
- feast init test_repo
198
- cd test_repo/feature_repo
199
- feast apply
200
- echo "$TEST_SCRIPT" > run-and-wait.sh
201
- bash run-and-wait.sh feast serve
202
- bash run-and-wait.sh feast ui
+ # This is temporarily disabled.
+ # - name: Smoke test
+ # run: |
+ # feast init test_repo
+ # cd test_repo/feature_repo
+ # feast apply
+ # echo "$TEST_SCRIPT" > run-and-wait.sh
+ # bash run-and-wait.sh feast serve
203
+ # bash run-and-wait.sh feast ui
0 commit comments