diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0550a676f98f96ff4876857ed895f781bfbb986e..19bd10fa0687d140020bf3807df9f9c9afe77982 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -219,9 +219,7 @@ PyPy POCL:
   script:
   - export PY_EXE=pypy
   - export PYOPENCL_TEST=portable
-
-  # https://github.com/pybind/pybind11/pull/1494
-  - export EXTRA_INSTALL="git+https://github.com/inducer/pybind11 numpy mako"
+  - export EXTRA_INSTALL="pybind11 numpy mako"
 
   - export NO_DOCTESTS=1
   - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh