Skip to content
Merged

Fix27ci #17327

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django
isort

# Integrated TensorBoard tests
tensorboard
tensorboard ; python_version > '2.7'

# Python 2.7 support.
pytest==4.6.9 ; python_version == '2.7'
Expand Down
1 change: 1 addition & 0 deletions news/2 Fixes/17325.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For CI ensure `tensorboard` is installed in python 3 environments only.