Skip to content

Commit

Permalink
[TRAX] Also install t5 while running tests.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 394065924
  • Loading branch information
afrozenator authored and copybara-github committed Aug 31, 2021
1 parent 9b00295 commit 9d9e0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python -m pip install -q -U setuptools numpy
python -m pip install flake8 pytest
if [[ ${{matrix.tf-version}} == "tf-nightly" ]]; then python -m pip install tf-nightly; else python -m pip install -q "tensorflow=="${{matrix.tf-version}}; fi
pip install -e .[tests]
pip install -e .[tests,t5]
# # Lint with flake8
# - name: Lint with flake8
# run: |
Expand Down

0 comments on commit 9d9e0db

Please sign in to comment.