Skip to content

Automated tests

4iar edited this page Nov 2, 2019 · 2 revisions

Automated tests

Adding new dependencies

If you need to add new dependencies (e.g. pip/conda packages or system-level packages) then edit the Dockerfile to add these. An example is shown in this commit.

Note: only add dependencies after the line that says Add new dependencies after here. This is just because the contents above that line are cached, and editing anything above there will cause the Docker image to be rebuilt, making the tests take much longer.