We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd597e0 commit b04a3a2Copy full SHA for b04a3a2
oss/build_whl.sh
@@ -91,8 +91,7 @@ function main() {
91
$PYTHON_BIN -c 'import array_record'
92
$PYTHON_BIN -c 'from array_record.python import array_record_data_source'
93
$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
+ $PYTHON_BIN oss/test_import_grain.py
96
$PYTHON_BIN oss/test_import_tensorflow.py
97
}
98
0 commit comments