diff --git a/test/test_xcpp_kernel.py b/test/test_xcpp_kernel.py index 91494236..a0ac914a 100644 --- a/test/test_xcpp_kernel.py +++ b/test/test_xcpp_kernel.py @@ -135,7 +135,7 @@ class XCppTests(jupyter_kernel_test.KernelTests): #include #include #include - if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/lib/libomp")) { + if(Cpp::LoadLibrary("libomp")) { int max_threads = omp_get_max_threads(); omp_set_thread_num(max_threads); #pragma omp parallel