Skip to content
Snippets Groups Projects
Commit d4f5bb45 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

[pybind11] Use patch pybind11 on pypy

parent 0ef5b3c1
No related branches found
No related tags found
1 merge request!44Pybind11
Pipeline #13109 failed
...@@ -181,7 +181,10 @@ PyPy POCL: ...@@ -181,7 +181,10 @@ PyPy POCL:
script: script:
- export PY_EXE=pypy - export PY_EXE=pypy
- export PYOPENCL_TEST=portable - export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="pybind11 numpy mako"
# https://github.com/pybind/pybind11/pull/1494
- export EXTRA_INSTALL="git+https://github.com/inducer/pybind11 numpy mako"
- export NO_DOCTESTS=1 - export NO_DOCTESTS=1
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh" - ". ./build-and-test-py-project.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment