You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_wheels.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ jobs:
89
89
make install-go-ci-dependencies
90
90
git status
91
91
git restore go.mod go.sum
92
+
git restore sdk/python/feast/ui/yarn.lock
92
93
CIBW_BEFORE_TEST: "cd {project} && git status"
93
94
# py3.10 on MacOS does not work with Go so we have to install separately. Issue is tracked here: https://github.com/feast-dev/feast/issues/2881.
0 commit comments