File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [ -d "../.tfds/metadata" ]; then
1616 echo ' TFDS metadata already exists.' ;
1717else
1818 echo ' TFDS metadata does not exist. Downloading...' ;
19- git clone --branch v4.8.2 --depth 3 --filter=blob:none --sparse https://github.com/tensorflow/datasets/
19+ git clone --branch v4.9.9 --depth 3 --filter=blob:none --sparse https://github.com/tensorflow/datasets/
2020 cd datasets
2121 git sparse-checkout set tensorflow_datasets/testing/metadata
2222 mkdir ../../.tfds
Original file line number Diff line number Diff line change @@ -128,8 +128,7 @@ if $RUN_PYTEST; then
128128 if [[ $egd == * " _" * ]]; then
129129 continue
130130 fi
131- # skiping examples until tfds issue is resolved
132- # pytest $egd
131+ pytest -vvv $egd
133132 done
134133fi
135134
You can’t perform that action at this time.
0 commit comments