Skip to content

Commit 859744b

Browse files
authored
fix the failing lint jobs (#1220)
* check python version in lint job * install dataclasses dependency
1 parent 0c9556a commit 859744b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: |
3131
set -x -e
3232
git log --pretty -1
33+
sudo python3 --version
34+
sudo python3 -m pip install dataclasses
3335
sudo python3 -m pip install setuptools
3436
sudo python3 -m pip install -U git+https://github.com/tensorflow/docs
3537
find docs -name '*.ipynb' | xargs python3 -m tensorflow_docs.tools.nbfmt

0 commit comments

Comments
 (0)