commit | c8ba86c2143e95d1b15006904179ad39a20dc6ce | [log] [tgz] |
---|---|---|
author | Bobby R. Bruce <bbruce@ucdavis.edu> | Thu Aug 05 13:03:35 2021 -0700 |
committer | Bobby R. Bruce <bbruce@ucdavis.edu> | Fri Aug 06 17:16:40 2021 +0000 |
tree | c1aed6cae7bd11eb4c7833bbb209645feeaf9d16 | |
parent | de0e84e87588b71bff18ab4243931783874b8df5 [diff] |
tests: Update pip prior to installing gem5art packages This fixes the `invalid command 'bdist_wheel'` error which may be causing wider problems, as reported in this email thread: https://www.mail-archive.com/gem5-dev@gem5.org/msg39790.html The `bdist_wheel` package, a dependency of the `celery` package, was not being installed correctly. The root cause of this problem is not known, but solutions are presented here: https://stackoverflow.com/questions/34819221/why-is-python-setup-py-saying-invalid-command-bdist-wheel-on-travis-ci Upgrading pip prior to installing the gem5art packages seemed like the simplest solution. Change-Id: I1bd4e85871c37d0522e16a90ff6b8acc3fdd9f94 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49044 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>