Skip to content

Commit

Permalink
output format changes and errors in github (keras-team#19608)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Apr 24, 2024
1 parent 4e0a920 commit 8e521f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
pip install -r requirements.txt --progress-bar off --upgrade
pip uninstall -y keras keras-nightly
pip install -e "." --progress-bar off --upgrade
- name: Lint
run: bash shell/lint.sh
- name: Check for API changes
run: |
bash shell/api_gen.sh
Expand All @@ -124,5 +126,3 @@ jobs:
echo "Please run shell/api_gen.sh to generate API."
exit 1
fi
- name: Lint
run: bash shell/lint.sh
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
pip install -r requirements.txt --progress-bar off --upgrade
pip uninstall -y keras keras-nightly
pip install -e "." --progress-bar off --upgrade
- name: Lint
run: bash shell/lint.sh
- name: Check for API changes
run: |
bash shell/api_gen.sh
Expand All @@ -90,8 +92,7 @@ jobs:
echo "Please run shell/api_gen.sh to generate API."
exit 1
fi
- name: Lint
run: bash shell/lint.sh
nightly:
name: Build Wheel file and upload
Expand Down
2 changes: 1 addition & 1 deletion shell/api_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ python3 "${base_dir}"/api_gen.py

echo "Formatting api directory..."
# Format API Files
bash "${base_dir}"/shell/format.sh > /dev/null 2>&1
bash "${base_dir}"/shell/format.sh

0 comments on commit 8e521f0

Please sign in to comment.