We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9556a commit 859744bCopy full SHA for 859744b
.github/workflows/build.yml
@@ -30,6 +30,8 @@ jobs:
30
run: |
31
set -x -e
32
git log --pretty -1
33
+ sudo python3 --version
34
+ sudo python3 -m pip install dataclasses
35
sudo python3 -m pip install setuptools
36
sudo python3 -m pip install -U git+https://github.com/tensorflow/docs
37
find docs -name '*.ipynb' | xargs python3 -m tensorflow_docs.tools.nbfmt
0 commit comments