From e7bb845bd93859d8b901c99c13672f4fb72d622a Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 31 Oct 2024 16:45:43 +0100 Subject: [PATCH] CI: remove uninstall of nomkl (#60150) --- .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 9dd0679d62f3e..b92bacd1a537c 100644 --- a/.github/actions/build_pandas/action.yml +++ b/.github/actions/build_pandas/action.yml @@ -22,13 +22,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: | if [[ ${{ inputs.editable }} == "true" ]]; then