Skip to content

Commit 7b9e3a7

Browse files
committed
Don't create pip package in CI, it conflicts with newer versions of setuptools.
1 parent a1bc933 commit 7b9e3a7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,6 @@ jobs:
115115
bazel test //tensorboard/summary/writer:event_file_writer_s3_test &&
116116
bazel test //tensorboard/compat/tensorflow_stub:gfile_fsspec_test &&
117117
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/*
131118
132119
build-data-server-pip:
133120
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)