From 5ddc0133be895ea6db31f5e2f30c0527f82a0aad Mon Sep 17 00:00:00 2001 From: rohanbabbar04 Date: Wed, 15 Feb 2023 20:16:56 +0530 Subject: [PATCH] Test adding KMP_DUPLICATE_LIB_OK --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9d2fd6d0..c7d4529d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,7 +63,6 @@ jobs: python -m pip install --upgrade pip setuptools wheel django pip install -r requirements-dev.txt pip install . - pip uninstall -y intel-openmp displayName: 'Install prerequisites and library' - script: | @@ -93,7 +92,6 @@ jobs: python -m pip install --upgrade pip setuptools wheel django pip install -r requirements-dev.txt pip install . - pip uninstall -y intel-openmp displayName: 'Install prerequisites and library' - script: |