Skip to content

Commit 4a10cde

Browse files
Ryan Sepassicopybara-github
authored andcommitted
Run notebooks under all configurations
PiperOrigin-RevId: 291082688
1 parent 7269556 commit 4a10cde

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

oss_scripts/oss_tests.sh

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,10 @@ function test_notebook() {
8585
set_status
8686
}
8787

88-
# TODO(tfds): Re-enable as TF 2.0 gets closer to stable release
89-
if [[ "$PY_BIN" = "python2.7" && "$TF_VERSION" = "2.0.0" ]]
90-
then
91-
echo "Skipping notebook tests"
92-
else
93-
for notebook in $NOTEBOOKS
94-
do
95-
test_notebook $notebook
96-
done
97-
fi
98-
88+
for notebook in $NOTEBOOKS
89+
do
90+
test_notebook $notebook
91+
done
9992

10093
# Run NSynth, in a contained enviornement
10194
function test_isolation_nsynth() {

0 commit comments

Comments
 (0)