Skip to content

Commit 7e640ab

Browse files
committed
updating ci
1 parent 37c2763 commit 7e640ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
run: |
6666
python -m pip install -U pip
6767
pip install "${TENSORFLOW_VERSION}"
68+
# tf-nightly currently pulls in tb-nightly as a dependency. Bazel's
69+
# source-tree tests must import TensorBoard from runfiles rather than
70+
# from site-packages, otherwise tests that rely on local-only modules
71+
# like `tensorboard.test` resolve against the installed wheel and fail.
72+
pip uninstall -y tensorboard tb-nightly || true
6873
if: matrix.tf_version_id != 'notf'
6974
- name: 'Install Python dependencies'
7075
run: |

0 commit comments

Comments
 (0)