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 }}"