Skip to content

Commit 36978f0

Browse files
authored
Revert change
1 parent 1e04494 commit 36978f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_xcpp_kernel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class XCppTests(jupyter_kernel_test.KernelTests):
135135
#include <omp.h>
136136
#include <iostream>
137137
#include <clang/Interpreter/CppInterOp.h>
138-
if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/lib/libomp")) {
138+
if(Cpp::LoadLibrary("libomp")) {
139139
int max_threads = omp_get_max_threads();
140140
omp_set_thread_num(max_threads);
141141
#pragma omp parallel

0 commit comments

Comments
 (0)