Skip to content

Commit b4bdd6b

Browse files
ericdnielsengroszewn
authored andcommitted
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 dd86491 commit b4bdd6b

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
@@ -223,12 +223,12 @@ jobs:
223223
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
224224
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
225225
with:
226-
python-version: '3.8'
226+
python-version: '3.10'
227227
architecture: 'x64'
228228
- name: 'Install black, yamllint, and the TensorFlow docs notebook tools'
229229
run: |
230230
python -m pip install -U pip
231-
nbfmt_version="174c9a5c1cc51a3af1de98d84824c811ecd49029"
231+
nbfmt_version="84bd7bea0c468667dd0ec273d426ed50f23e1a15"
232232
pip install black yamllint -c ./tensorboard/pip_package/requirements_dev.txt
233233
pip install -U git+https://github.com/tensorflow/docs@${nbfmt_version}
234234
# Workaround tensorflow incompatibility with protobuf>4.

0 commit comments

Comments
 (0)