We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4fca4 commit 669b054Copy full SHA for 669b054
.github/workflows/nightly.yml
@@ -38,6 +38,7 @@ jobs:
38
python -m pip install --upgrade pip setuptools
39
pip install twine
40
pip install -r requirements.txt --progress-bar off
41
+ pip install keras-nlp-nightly
42
- name: Build wheel file
43
run: |
44
export BUILD_WITH_CUSTOM_OPS=false
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Install dependencies
35
36
37
+ pip install keras-nlp
- name: Build a binary wheel and a source tarball
0 commit comments