From 480f1a07e5988eb94aa5cbb989c1f3ab002c7a5f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 3 Jun 2023 16:52:29 -0500 Subject: [PATCH] Accommodate pocl 4.0 in examples runs --- .github/workflows/ci.yml | 1 + .gitlab-ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2017f93cf..6c47aa63f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,7 @@ jobs: curl -L -O https://tiker.net/ci-support-v0 . ./ci-support-v0 build_py_project_in_conda_env + rewrite_pyopencl_test . ./.ci/examples-funcs.sh install_example_prereqs diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f9786949..d94a9f484 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,6 +117,7 @@ Pytest POCL Examples: curl -L -O https://tiker.net/ci-support-v0 . ./ci-support-v0 build_py_project_in_venv + rewrite_pyopencl_test . ./.ci/examples-funcs.sh install_example_prereqs -- GitLab