diff options
author | 2021-03-07 23:22:56 -0800 | |
---|---|---|
committer | 2021-03-07 23:29:23 -0800 | |
commit | 3f474ffc881616e40fa9a23eeb273acf426f1374 (patch) | |
tree | 9eb1b34ac8ad738b6465d2fcb1d2ec1450d7f276 /tests | |
parent | Fix patch for DEBUG value during testing (diff) |
Docker: improve caching & install numpy in container
CI was building the image twice: once with dev dependencies and again
without. Separating the pipenv command into separate layers allows the
second build in CI to take advantage of the cache for the base
dependencies that it will share across both builds.
Install numpy along with the dev dependencies within the container.
Previously it was installed in CI only, but this meant extra work for
those running tests locally.
Install numpy to the correct site.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions