Pre-install Python dependencies in CI Docker images.
authorM. Eric Irrgang <mei2n@virginia.edu>
Tue, 19 Oct 2021 15:25:43 +0000 (15:25 +0000)
committerAndrey Alekseenko <al42and@gmail.com>
Tue, 19 Oct 2021 15:25:43 +0000 (15:25 +0000)
Add `pybind11` and `wheel` to the (scripted) Docker image builds so that
the admin/ci-scripts/build-and-test-py-gmxapi-0.3.sh script can use
`--no-deps --no-index` with pip.

Remove `pip install pybind11` where it is no longer needed in CI jobs.

Follow-up to #4092.


No differences found