Skip to content

Commit e11384a

Browse files
authored
Pin to a more recent docs repo to stop the pip 23.1 error message as part of the nightly build (#6332)
* Motivation for features / changes Nightly Build broken after the pip 23.0->23.1 release * Technical description of changes Found a newer version of the docs repo that doesn't exhibit the error and pinned to that version of the repo. * Screenshots of UI changes none * Detailed steps to verify changes work correctly (as executed by you) Creating the PR and seeing if it triggers the new workflow, in flight. * Alternate designs / implementations considered none
1 parent 1adec6c commit e11384a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ jobs:
238238
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
239239
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
240240
with:
241-
python-version: '3.8'
241+
python-version: '3.10'
242242
architecture: 'x64'
243243
- name: 'Install black, yamllint, and the TensorFlow docs notebook tools'
244244
run: |
245245
python -m pip install -U pip
246-
nbfmt_version="174c9a5c1cc51a3af1de98d84824c811ecd49029"
246+
nbfmt_version="84bd7bea0c468667dd0ec273d426ed50f23e1a15"
247247
pip install black yamllint -c ./tensorboard/pip_package/requirements_dev.txt
248248
pip install -U git+https://github.com/tensorflow/docs@${nbfmt_version}
249249
# Workaround tensorflow incompatibility with protobuf>4.

0 commit comments

Comments
 (0)