Skip to content

Commit fb010e9

Browse files
committed
install tfds test deps to unblock CI
1 parent a8e6f5e commit fb010e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
python3 -m venv venv
115115
venv/bin/python3 -m pip install .
116116
venv/bin/python3 -m pip install .[testing]
117+
venv/bin/python3 -m pip install tensorflow_datasets[dev]
117118
venv/bin/python3 -m pip install -r docs/requirements.txt
118119
- name: Install Flax
119120
run: |

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vNext
2626

2727
0.6.6
2828
-----
29-
- 0.6.5 was yanked so this one contains all that was in 0.6.5 as well.
29+
- 0.6.5 was yanked so this release contains all that was in 0.6.5 as well.
3030
- Migrated regular dict to FrozenDict, currently controlled by a flag.
3131
- Refactored and separate out name relaxation policy changes.
3232
- Added RMS normalization layer.

0 commit comments

Comments
 (0)