Skip to content

Commit 4583d04

Browse files
chore: Adding feast version earlier in workflow
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent e3fa4ef commit 4583d04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
# Validate that the feast version installed is not development and is the correct version of the tag we ran it off of.
207207
- name: Validate Feast Version
208208
run: |
209+
feast version
209210
if ! VERSION_OUTPUT=$(feast version); then
210211
echo "Error: Failed to get Feast version."
211212
exit 1

0 commit comments

Comments
 (0)