Skip to content

Commit b04a3a2

Browse files
iindykcopybara-github
authored andcommitted
Enable Grain smoke test
Ported from #177 PiperOrigin-RevId: 802554031
1 parent fd597e0 commit b04a3a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oss/build_whl.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ function main() {
9191
$PYTHON_BIN -c 'import array_record'
9292
$PYTHON_BIN -c 'from array_record.python import array_record_data_source'
9393
$PYTHON_BIN -m pip install jax tensorflow>=2.20.0 grain
94-
# Re-enable the grain import test once the new version is released.
95-
# $PYTHON_BIN oss/test_import_grain.py
94+
$PYTHON_BIN oss/test_import_grain.py
9695
$PYTHON_BIN oss/test_import_tensorflow.py
9796
}
9897

0 commit comments

Comments
 (0)