Skip to content

Conversation

@mattdangerw
Copy link
Member

It has been failing since #1309, see
https://github.com/keras-team/keras-nlp/actions/runs/6819858177/job/18547841938

I believe what is happening is that newly pinned nightly only had linux wheels for 3.9. And our publish to pypi flow did not specify the python version.
https://pypi.org/project/tensorflow-text-nightly/2.16.0.dev20231107/#files

Doing a few things here:

  • Updating the pinned package to a version where tensorflow-text-nightly has support for python 3.9, 3.10, and 3.11 on linux.
  • Fixing out publish to pypi workflow to set the python version like other workflow versions.
  • Some other cleanups for consistency with our github actions.

It has been failing since keras-team#1309, see
https://github.com/keras-team/keras-nlp/actions/runs/6819858177/job/18547841938

I believe what is happening is that newly pinned nightly only had linux
wheels for 3.9. And our publish to pypi flow did not specify the python
version.
https://pypi.org/project/tensorflow-text-nightly/2.16.0.dev20231107/#files

Doing a few things here:
- Updating the pinned package to a version where tensorflow-text-nightly
  has support for python 3.9, 3.10, and 3.11 on linux.
- Fixing out publish to pypi workflow to set the python version like
  other workflow versions.
- Some other cleanups for consistency with our github actions.
@mattdangerw mattdangerw merged commit 11bece8 into keras-team:master Nov 10, 2023
mattdangerw added a commit to mattdangerw/keras-hub that referenced this pull request Dec 7, 2023
It has been failing since keras-team#1309, see
https://github.com/keras-team/keras-nlp/actions/runs/6819858177/job/18547841938

I believe what is happening is that newly pinned nightly only had linux
wheels for 3.9. And our publish to pypi flow did not specify the python
version.
https://pypi.org/project/tensorflow-text-nightly/2.16.0.dev20231107/#files

Doing a few things here:
- Updating the pinned package to a version where tensorflow-text-nightly
  has support for python 3.9, 3.10, and 3.11 on linux.
- Fixing out publish to pypi workflow to set the python version like
  other workflow versions.
- Some other cleanups for consistency with our github actions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants