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

Also install cython for exmaples, because it's in requirements.txt

parent fdb67477
No related branches found
No related tags found
1 merge request!74Test examples during CI
Pipeline #22656 failed
......@@ -74,7 +74,8 @@ Python 3 POCL Examples:
- test -n "$SKIP_EXAMPLES" && exit
- export PY_EXE=python3
- export PYOPENCL_TEST=portable:pthread
- export EXTRA_INSTALL="pybind11 numpy mako"
# cython is here because pytential (for now, for TS) depends on it
- export EXTRA_INSTALL="pybind11 cython numpy mako"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh
- ". ./build-py-project-and-run-examples.sh"
tags:
......
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