File tree 2 files changed +2
-13
lines changed 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,5 @@ jobs:
126
126
pip install -r requirements.txt --progress-bar off --upgrade
127
127
pip uninstall -y keras keras-nightly
128
128
pip install -e "." --progress-bar off --upgrade
129
- - name : Install pre-commit
130
- run : pip install pre-commit && pre-commit install
131
129
- name : Run pre-commit
132
130
run : pre-commit run --all-files --hook-stage manual
Original file line number Diff line number Diff line change 81
81
pip install -r requirements.txt --progress-bar off --upgrade
82
82
pip uninstall -y keras keras-nightly
83
83
pip install -e "." --progress-bar off --upgrade
84
- - name : Lint
85
- run : bash shell/lint.sh
86
- - name : Check for API changes
87
- run : |
88
- bash shell/api_gen.sh
89
- git status
90
- clean=$(git status | grep "nothing to commit")
91
- if [ -z "$clean" ]; then
92
- echo "Please run shell/api_gen.sh to generate API."
93
- exit 1
94
- fi
84
+ - name : Run pre-commit
85
+ run : pre-commit run --all-files --hook-stage manual
95
86
96
87
97
88
nightly :
You can’t perform that action at this time.
0 commit comments