Skip to content

Commit

Permalink
Add keras-nlp to nightly action (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Apr 29, 2024
1 parent fb4fca4 commit 669b054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
python -m pip install --upgrade pip setuptools
pip install twine
pip install -r requirements.txt --progress-bar off
pip install keras-nlp-nightly
- name: Build wheel file
run: |
export BUILD_WITH_CUSTOM_OPS=false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt --progress-bar off
pip install keras-nlp
- name: Build a binary wheel and a source tarball
run: |
export BUILD_WITH_CUSTOM_OPS=false
Expand Down

0 comments on commit 669b054

Please sign in to comment.