From 6101ba4275d5da21f90f572802786dbb52a63310 Mon Sep 17 00:00:00 2001 From: rohanbabbar04 Date: Wed, 15 Feb 2023 21:51:26 +0530 Subject: [PATCH] Added KMP_DUPLICATE_LIB_OK --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 16d56018..dae33c1d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,6 +81,8 @@ jobs: variables: NUMBA_NUM_THREADS: 1 + KMP_DUPLICATE_LIB_OK: TRUE + steps: - task: UsePythonVersion@0