From 072fbc138b9e277512393659f7cd53574511b49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Sun, 29 Mar 2020 20:31:10 +0200 Subject: [PATCH] Pypy CI: Remove reference to specific pybind11 branch that's not being used anyway --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0550a676..19bd10fa 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 -- GitLab