Pre-install Python dependencies in CI Docker images.
[alexxy/gromacs.git] / admin / gitlab-ci / lint.gitlab-ci.yml
index 4c7a414cdf1a6ace496e43ece34990b113ebe43e..d5b43ad9b9ac869a43c36a84999e45b3bcae1272 100644 (file)
@@ -185,8 +185,6 @@ check-source:
   script:
     - CMAKE=${CMAKE:-$(which cmake)}
     - cd $BUILD_DIR
-    # TODO(#4092) Remove `pip install pybind11` once CI images are updated.
-    - /root/venv/py3.7/bin/pip install pybind11
     - $CMAKE --build . --target check-source
     - awk '/warning.*include style.*order/,/You can use.*rst|^$/' docs/doxygen/check-source.log | tee doxygenError.txt || true
     - awk '/warning:.*includes/,/unnecessarily|^$/' docs/doxygen/check-source.log | tee -a doxygenError.txt || true