Skip to content

Commit

Permalink
Port: Install missing tfds (#194) (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
NihalHarish authored Mar 31, 2020
1 parent ea3a04a commit b594676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/buildspec_zero_code_change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ phases:
- sudo apt-get install unzip -qq -o=Dpkg::Use-Pty=0
- cd $CODEBUILD_SRC_DIR && chmod +x config/protoc_downloader.sh && ./config/protoc_downloader.sh
- pip install --upgrade pip==19.3.1
- pip install -q pytest wheel pyYaml pytest-html pre-commit awscli
- pip install -q pytest wheel pyYaml pytest-html pre-commit awscli tensorflow_datasets
- cd $CODEBUILD_SRC_DIR && chmod +x config/install_smdebug.sh && chmod +x config/check_smdebug_install.sh && ./config/install_smdebug.sh;

build:
Expand Down

0 comments on commit b594676

Please sign in to comment.