Skip to content

Commit

Permalink
Add a remove comment to tensorflow workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Mar 14, 2024
1 parent bfe0ecc commit cde1813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python -c 'import optuna_integration'
# NOTE(nabenabe0928): Got "AttributeError: module 'tensorflow' has no attribute 'estimator'".
# TODO(nabenabe0928): Remove this version constraint.
pip install "tensorflow<2.16.1"
pip install -r tensorflow/requirements.txt
- name: Run examples
Expand Down

0 comments on commit cde1813

Please sign in to comment.