Skip to content

Commit ad632ba

Browse files
authored
Add command to check Feast package version installed (#2630)
1 parent 6e359a7 commit ad632ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/check-software-versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def process_dependency_item(item, container_id, annotation_type):
173173
"Sklearn-onnx": ["/bin/bash", "-c", "pip show skl2onnx | grep 'Version: '"],
174174
"MySQL Connector/Python": ["/bin/bash", "-c", "pip show mysql-connector-python | grep 'Version: '"],
175175
"Nvidia-CUDA-CU12-Bundle": ["/bin/bash", "-c", "pip show nvidia-cuda-runtime-cu12 | grep 'Version: '"],
176+
"Feast": ["/bin/bash", "-c", "pip show feast | grep 'Version: '"],
176177
"Python": ["/bin/bash", "-c", "python --version"],
177178
"CUDA": ["/bin/bash", "-c", "nvcc --version"],
178179
}

0 commit comments

Comments
 (0)