Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions oss/build_whl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ function main() {
$PYTHON_BIN -c 'import array_record'
$PYTHON_BIN -c 'from array_record.python import array_record_data_source'
$PYTHON_BIN -m pip install jax tensorflow>=2.20.0 grain
# Re-enable the grain import test once the new version is released.
# $PYTHON_BIN oss/test_import_grain.py
$PYTHON_BIN oss/test_import_grain.py
$PYTHON_BIN oss/test_import_tensorflow.py
}

Expand Down