Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always install the correct version with pip_build (keras-team#595)
pip_build while create whl files in `/dist`, which aren't cleaned up by the script unless you do so manually. The script would install the first `.whl` it saw in `/dist`, which means if you have been building multiple versions of keras-core, the install script might grab the wrong one. This makes sure to always grab the correct versioned `.whl`. Alternately we could clear the `/dist` dir each time we build.
- Loading branch information