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

Add missing quoting for Intel CI jobs

parent 2284f61a
No related branches found
No related tags found
1 merge request!481D Fixes
Pipeline #21976 failed
......@@ -37,7 +37,7 @@ Python 3 Intel:
- export PY_EXE=python3
- export EXTRA_INSTALL="pybind11 numpy mako"
- source /opt/enable-intel-cl.sh
- export PYOPENCL_TEST=intel(r):pu
- export PYOPENCL_TEST="intel(r):pu"
- 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"
tags:
......@@ -90,7 +90,7 @@ Python 3 Intel MPI:
script:
- export PY_EXE=python3
- source /opt/enable-intel-cl.sh
- export PYOPENCL_TEST=intel(r):pu
- export PYOPENCL_TEST="intel(r):pu"
- export EXTRA_INSTALL="pybind11 numpy mako mpi4py pymetis"
- export PYTEST_ADDOPTS="-k mpi"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
......@@ -123,7 +123,7 @@ Python 3 Intel Examples:
script:
- export PY_EXE=python3
- source /opt/enable-intel-cl.sh
- export PYOPENCL_TEST=intel(r):pu
- export PYOPENCL_TEST="intel(r):pu"
- export EXTRA_INSTALL="pybind11 numpy mako mpi4py pyvisfile pymetis"
- 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"
......
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