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