File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -115,19 +115,6 @@ jobs:
115
115
bazel test //tensorboard/summary/writer:event_file_writer_s3_test &&
116
116
bazel test //tensorboard/compat/tensorflow_stub:gfile_fsspec_test &&
117
117
bazel test //tensorboard/summary/writer:event_file_writer_fsspec_test
118
- - name : ' Bazel: build Pip package (with TensorFlow only)'
119
- if : matrix.tf_version_id == 'tf'
120
- run : |
121
- ./tensorboard/tools/update_version.sh
122
- rm -rf /tmp/tb_nightly_pip_package && mkdir /tmp/tb_nightly_pip_package
123
- bazel run //tensorboard/pip_package:build_pip_package -- /tmp/tb_nightly_pip_package
124
- - name : ' Upload Pip package as an artifact (with TensorFlow only)'
125
- # Prevent uploads when running on forks or non-master branch.
126
- if : matrix.tf_version_id == 'tf' && github.repository == 'tensorflow/tensorboard' && github.ref == 'refs/heads/master'
127
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
128
- with :
129
- name : tb-nightly
130
- path : /tmp/tb_nightly_pip_package/*
131
118
132
119
build-data-server-pip :
133
120
runs-on : ${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments