From ecd30ba49e70bb4004c71869e77669a0af097559 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 31 Oct 2024 16:45:43 +0100 Subject: [PATCH] Backport PR #60150: CI: remove uninstall of nomkl --- .github/actions/build_pandas/action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/actions/build_pandas/action.yml b/.github/actions/build_pandas/action.yml index 85b44ab24b36d..63f687324b0ae 100644 --- a/.github/actions/build_pandas/action.yml +++ b/.github/actions/build_pandas/action.yml @@ -28,13 +28,6 @@ runs: fi shell: bash -el {0} - - name: Uninstall nomkl - run: | - if conda list nomkl | grep nomkl 1>/dev/null; then - conda remove nomkl -y - fi - shell: bash -el {0} - - name: Build Pandas run: | export CFLAGS="$CFLAGS ${{ inputs.cflags_adds }}"