Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In #1124, I accidentally added a line doing a `pip install .` package install to the publish flow. This is silly, we shouldn't need to be installing the package before building the package for pypi, and it appears to be causing failures on the action: https://github.com/keras-team/keras-nlp/actions/runs/5513665846/jobs/10052068366 These were not caught because we don't run the pypi action on each PR.
- Loading branch information