Skip to content

Commit 669b054

Browse files
authored
Add keras-nlp to nightly action (#2426)
1 parent fb4fca4 commit 669b054

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
python -m pip install --upgrade pip setuptools
3939
pip install twine
4040
pip install -r requirements.txt --progress-bar off
41+
pip install keras-nlp-nightly
4142
- name: Build wheel file
4243
run: |
4344
export BUILD_WITH_CUSTOM_OPS=false

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
pip install -r requirements.txt --progress-bar off
37+
pip install keras-nlp
3738
- name: Build a binary wheel and a source tarball
3839
run: |
3940
export BUILD_WITH_CUSTOM_OPS=false

0 commit comments

Comments
 (0)